From: mayeut Date: Sat, 10 Oct 2015 14:50:30 +0000 (+0200) Subject: change os guessing X-Git-Tag: v2.1.1~22^2~34^2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b816ac185bc3e0706ff3316ca6c8288dae79cd2b;p=openjpeg change os guessing --- diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index b08e8001..45658738 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -56,7 +56,7 @@ if [ "${TRAVIS_OS_NAME:-}" == "" ]; then # default to gcc export CC=gcc fi - elif uname -s | grep -i CYGWIN_NT &> /dev/null; then + elif uname -s | grep -i CYGWIN &> /dev/null; then TRAVIS_OS_NAME=windows else echo "Failed to guess OS"; exit 1