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:
Pierre Labastie 2021-10-14 10:23:24 +02:00
parent 2718053f55
commit 4c32ca80bd

View file

@ -130,7 +130,7 @@ extract_commands() { #
fi
# Recent git versions need version.ent to be generated
if [ -f git-version.sh ]; then
bash git-version.sh >> $LOGDIR/$LOG 2>&1
bash git-version.sh "$INITSYS" >> $LOGDIR/$LOG 2>&1
fi
popd > /dev/null