mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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 962afd362c
)
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…
Reference in New Issue
Block a user