Quote eTag

This commit is contained in:
Alex Ellis
2017-10-01 13:38:32 +02:00
committed by GitHub
parent 619fdedaca
commit 028803b4a5

View File

@ -1,8 +1,8 @@
#!/bin/sh
export eTAG="latest-dev"
echo $1
if [ $1 ] ; then
echo "$1"
if [ "$1" ] ; then
eTAG=$1
fi