Really fix bump.sh

This commit is contained in:
Daniel Gröber 2014-10-18 19:49:59 +02:00
parent 31058cd3f4
commit 2dcf07072b

View File

@ -7,7 +7,7 @@ fi
VERSION=$1
if echo $VERSION | grep "^[0-9.]"; then
if ! echo $VERSION | grep "^[0-9.]"; then
echo "invalid version";
exit 1
fi