From: mayeut Date: Sat, 7 Nov 2015 01:06:22 +0000 (+0100) Subject: Fix missing bracket X-Git-Tag: v2.1.1~22^2~10^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5ca873ab13a22e0cdabb4f56367b4c223be0b70;p=openjpeg Fix missing bracket --- 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