From e5ca873ab13a22e0cdabb4f56367b4c223be0b70 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 7 Nov 2015 02:06:22 +0100 Subject: [PATCH] Fix missing bracket --- tools/travis-ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 634d05dc..e8c5a281 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -70,7 +70,7 @@ if [ "${TRAVIS_OS_NAME:-}" == "" ]; then TRAVIS_OS_NAME=windows elif uname -s | grep -i MINGW &> /dev/null; then TRAVIS_OS_NAME=windows - elif [ "${APPVEYOR:-}" == "True"; then + elif [ "${APPVEYOR:-}" == "True" ]; then TRAVIS_OS_NAME=windows else echo "Failed to guess OS"; exit 1