which provided by git, try wget

This commit is contained in:
mayeut 2015-10-10 14:30:15 +02:00
parent d05b19072d
commit 62006e2b26
1 changed files with 1 additions and 1 deletions

View File

@ -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