From: Philipp Hagemeister Date: Sun, 23 Jun 2013 22:02:49 +0000 (+0200) Subject: Correct comparison test X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=200b3887524a859b770d13f73d418635c9bd7751;p=youtube-dl Correct comparison test --- diff --git a/devscripts/release.sh b/devscripts/release.sh index 735e13a90..20a96c6a9 100755 --- a/devscripts/release.sh +++ b/devscripts/release.sh @@ -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