mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
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)
This commit is contained in:
parent
bfff6b0e64
commit
7947d4c425
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user