diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index 2def910b..b850bd45 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -9,7 +9,7 @@ case ${MACHTYPE} in esac if [ "${OPJ_CI_IS_CYGWIN:-}" == "1" ]; then - if ! which which; then + if ! which wget; then # PATH is not yet set up export PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin fi