Correct comparison test

pull/8/head
Philipp Hagemeister 2013-06-24 00:02:49 +02:00
rodzic dabcaf3b06
commit 200b388752
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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