Adapt to condxml branch: func_book_parser
When running git-version.sh, unconditionally add a $INITSYS argument, which is needed for the new condxml, and is harmless if this argument is not needed.
This commit is contained in:
parent
2718053f55
commit
4c32ca80bd
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ extract_commands() { #
|
||||||
fi
|
fi
|
||||||
# Recent git versions need version.ent to be generated
|
# Recent git versions need version.ent to be generated
|
||||||
if [ -f git-version.sh ]; then
|
if [ -f git-version.sh ]; then
|
||||||
bash git-version.sh >> $LOGDIR/$LOG 2>&1
|
bash git-version.sh "$INITSYS" >> $LOGDIR/$LOG 2>&1
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
|
Reference in a new issue