It's '=' in sh, not '=='
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
dev=""
|
dev=""
|
||||||
if [ "$1" == '-d' ]; then
|
if [ "$1" = '-d' ]; then
|
||||||
dev=":dev"
|
dev=":dev"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user