Correct comparison test
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 23 Jun 2013 22:02:49 +0000 (00:02 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 23 Jun 2013 22:02:49 +0000 (00:02 +0200)
devscripts/release.sh

index 735e13a904b69e948820fd560549be1ccd16b435..20a96c6a9a4d5d72cfedc42372063215e2785ac6 100755 (executable)
@@ -15,7 +15,7 @@
 set -e
 
 skip_test=false
-if [ "$2" == '--skip-test' ]; then
+if [ "$2" = '--skip-test' ]; then
     skip_test=true
 fi
 if [ -z "$1" ]; then echo "ERROR: specify version number like this: $0 1994.09.06"; exit 1; fi