svn commit: samba r16560 - in branches/SAMBA_4_0/source/script: .

metze at samba.org metze at samba.org
Tue Jun 27 10:55:19 GMT 2006


Author: metze
Date: 2006-06-27 10:55:19 +0000 (Tue, 27 Jun 2006)
New Revision: 16560

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

Log:
print out the correct value

metze
Modified:
   branches/SAMBA_4_0/source/script/mkversion.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/mkversion.sh
===================================================================
--- branches/SAMBA_4_0/source/script/mkversion.sh	2006-06-27 08:43:10 UTC (rev 16559)
+++ branches/SAMBA_4_0/source/script/mkversion.sh	2006-06-27 10:55:19 UTC (rev 16560)
@@ -124,6 +124,6 @@
 
 echo "#define SAMBA_VERSION_STRING \"${SAMBA_VERSION_STRING}\"" >> $OUTPUT_FILE
 
-echo "$0: 'version.h' created for Samba(\"${SAMBA_VERSION_STRING}\")"
+echo "$0: '$OUTPUT_FILE' created for Samba(\"${SAMBA_VERSION_STRING}\")"
 
 exit 0



More information about the samba-cvs mailing list