diff --git a/gateway/build.sh b/gateway/build.sh index f1050d4c..ca8e741c 100755 --- a/gateway/build.sh +++ b/gateway/build.sh @@ -1,8 +1,8 @@ #!/bin/sh export eTAG="latest-dev" -echo $1 -if [ $1 ] ; then +echo "$1" +if [ "$1" ] ; then eTAG=$1 fi