which provided by git, try wget
This commit is contained in:
parent
d05b19072d
commit
62006e2b26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue