It's '=' in sh, not '=='

pull/2577/head
David Baker 2016-11-11 18:07:03 +00:00
parent 2bcb27b24f
commit 6e47d2f1b5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
dev=""
if [ "$1" == '-d' ]; then
if [ "$1" = '-d' ]; then
dev=":dev"
fi