From b816ac185bc3e0706ff3316ca6c8288dae79cd2b Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 10 Oct 2015 16:50:30 +0200 Subject: [PATCH] change os guessing --- 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 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 -- 2.30.2