From 7947d4c425e72fea9acfe68bd9d6e28011dc0065 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 9 May 2006 03:41:11 +0000 Subject: r15517: 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 (This used to be commit 962afd362cd5612ef6b527b24c8f80c98eafe984) --- source4/script/mkversion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/mkversion.sh b/source4/script/mkversion.sh index 908aae8a3d..c4a6b7c161 100755 --- a/source4/script/mkversion.sh +++ b/source4/script/mkversion.sh @@ -8,7 +8,7 @@ if test -z "$VERSION_FILE";then fi if test -z "$OUTPUT_FILE";then - OUTPUT_FILE="version.h" + OUTPUT_FILE="include/version.h" fi SOURCE_DIR=$3 -- cgit