Quote build.sh

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2017-10-01 13:37:12 +02:00
parent 0124dcd1be
commit 619fdedaca

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ ! -s $TRAVIS_TAG ] ; then
if [ ! -s "$TRAVIS_TAG" ] ; then
echo "This build will be published under the tag: ${TRAVIS_TAG}"
fi