diff --git a/deploy.sh b/deploy.sh index 7e977dad..7c448dda 100644 --- a/deploy.sh +++ b/deploy.sh @@ -30,7 +30,7 @@ fi # Configuration #-------------------------------------------------------------------------------------------------- -if [ $2 = "win32" ] || [ $2 = "win64" ]; then +if [ $2 = "win32" -o $2 = "win64" ]; then windows=true else diff --git a/dist/qrc.sh b/dist/qrc.sh index b367375e..87e5373b 100644 --- a/dist/qrc.sh +++ b/dist/qrc.sh @@ -34,7 +34,7 @@ fi # Configuration #-------------------------------------------------------------------------------------------------- -if [ $2 = "win32" ] || [ $2 = "win64" ]; then +if [ $2 = "win32" -o $2 = "win64" ]; then windows=true else @@ -45,7 +45,7 @@ fi # Clean #-------------------------------------------------------------------------------------------------- -if [ $1 = "clean" ] || [ "$3" = "deploy" ]; then +if [ $1 = "clean" -o "$3" = "deploy" ]; then echo "CLEANING"