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:
parent
e71cd4778b
commit
86fe24e606
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user