From e6b8555ba86b089c6e2df5941e712ff13a3c3b88 Mon Sep 17 00:00:00 2001 From: brendandburns Date: Wed, 18 Jun 2014 13:59:03 -0700 Subject: [PATCH] Add quotes around ${TRAVIS}. --- hack/config-go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/config-go.sh b/hack/config-go.sh index 197e4fac116..de43ef5f684 100755 --- a/hack/config-go.sh +++ b/hack/config-go.sh @@ -24,7 +24,7 @@ fi # Travis continuous build uses a head go release that doesn't report # a version number, so we skip this check on Travis. Its unnecessary # there anyway. -if [ ${TRAVIS} != "true" ]; then +if [ "${TRAVIS}" != "true" ]; then GO_VERSION=($(go version)) if [ ${GO_VERSION[2]} \< "go1.2" ]; then