1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r12589: Add missing newline.

This commit is contained in:
Jelmer Vernooij 2005-12-29 21:57:08 +00:00 committed by Gerald (Jerry) Carter
parent e71cd4778b
commit 86fe24e606

View File

@ -24,7 +24,7 @@ sub generate($)
my $INPUT = {};
smb_build::config_mk::run_config_mk($INPUT, "main.mk");
print __FILE__.": creating samba4-deps.dot";
print __FILE__.": creating samba4-deps.dot\n";
open DOTTY, ">samba4-deps.dot";
print DOTTY generate($INPUT);
close DOTTY;