Fix git version script

This commit is contained in:
o9000
2015-04-25 00:07:25 +02:00
parent 0e322b3563
commit 00930b217d
2 changed files with 17 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
#
# git checkout master
VERSION=$(./get_version.sh)
VERSION=$(./get_version.sh --strict)
if [ ! $? -eq 0 ]
then
echo >&2 "Error: get_version.sh failed!"