diff --git a/scripts/package.sh b/scripts/package.sh index 9ae2901ab0..05227e1bb5 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -3,7 +3,7 @@ set -e dev="" -if [ "$1" == '-d' ]; then +if [ "$1" = '-d' ]; then dev=":dev" fi