From 2dcf07072bf7f53394ba2c12b3f0a81797ca5496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sat, 18 Oct 2014 19:49:59 +0200 Subject: [PATCH] Really fix bump.sh --- scripts/bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bump.sh b/scripts/bump.sh index d0e0765..445622e 100755 --- a/scripts/bump.sh +++ b/scripts/bump.sh @@ -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