1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r12589: Add missing newline.

(This used to be commit 86fe24e606)
This commit is contained in:
Jelmer Vernooij 2005-12-29 21:57:08 +00:00 committed by Gerald (Jerry) Carter
parent 19d606ce18
commit e7303fc267

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;