svn commit: samba r12589 - in branches/SAMBA_4_0/source/build/smb_build: .

jelmer at samba.org jelmer at samba.org
Thu Dec 29 21:57:08 GMT 2005


Author: jelmer
Date: 2005-12-29 21:57:08 +0000 (Thu, 29 Dec 2005)
New Revision: 12589

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12589

Log:
Add missing newline.

Modified:
   branches/SAMBA_4_0/source/build/smb_build/dot.pl


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/dot.pl
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/dot.pl	2005-12-29 21:42:09 UTC (rev 12588)
+++ branches/SAMBA_4_0/source/build/smb_build/dot.pl	2005-12-29 21:57:08 UTC (rev 12589)
@@ -24,7 +24,7 @@
 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;



More information about the samba-cvs mailing list