Revert change to ubuntu script

This commit is contained in:
o9000 2017-06-26 22:36:42 +02:00
parent 425036adc9
commit d05d5f594b

View file

@ -14,7 +14,7 @@ else
fi
# Get version (and check that the repository is clean)
VERSION=$(../get_version.sh --strict ../)
VERSION=$(../get_version.sh --strict)
if [ ! $? -eq 0 ]
then
echo >&2 "Error: get_version.sh failed!"