From 028803b4a590b93a21dd2e45c3e9cd280306901d Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 1 Oct 2017 13:38:32 +0200 Subject: [PATCH] Quote eTag --- gateway/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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