Revert change to ubuntu script
This commit is contained in:
parent
425036adc9
commit
d05d5f594b
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||
|
|
Loading…
Reference in a new issue