From 62006e2b2655c5ed5fcaaf527e960863db968823 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 10 Oct 2015 14:30:15 +0200 Subject: [PATCH] which provided by git, try wget --- tools/travis-ci/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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