From e47a450f34218254bc16b522875a72c37aa7c601 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 12 Sep 2015 16:42:49 -0700 Subject: [PATCH] Fix shell syntax --- ci/run-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-travis.sh b/ci/run-travis.sh index 596b6e58..2e6613d1 100644 --- a/ci/run-travis.sh +++ b/ci/run-travis.sh @@ -1,6 +1,6 @@ set -ex -if [ "$TRAVIS_OS_NAME" = "linux"]; then +if [ "$TRAVIS_OS_NAME" = "linux" ]; then OS=unknown-linux-gnu else OS=apple-darwin