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

tridge at samba.org tridge at samba.org
Tue May 9 03:41:12 GMT 2006


Author: tridge
Date: 2006-05-09 03:41:11 +0000 (Tue, 09 May 2006)
New Revision: 15517

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

Log:

fixed the segv in provision. The problem was that SAMBA_VERSION_STRING
was defined recursively as the mkversion.sh script was putting the new
version in the wrong spot

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-05-09 01:34:31 UTC (rev 15516)
+++ branches/SAMBA_4_0/source/script/mkversion.sh	2006-05-09 03:41:11 UTC (rev 15517)
@@ -8,7 +8,7 @@
 fi
 
 if test -z "$OUTPUT_FILE";then
-	OUTPUT_FILE="version.h"
+	OUTPUT_FILE="include/version.h"
 fi
 
 SOURCE_DIR=$3



More information about the samba-cvs mailing list