Searched refs:HTTP_FETCH (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/subversion/
H A Dget-deps.sh58 HTTP_FETCH=
59 [ -z "$HTTP_FETCH" ] && type wget >/dev/null 2>&1 && HTTP_FETCH="wget -q -nc"
60 [ -z "$HTTP_FETCH" ] && type curl >/dev/null 2>&1 && HTTP_FETCH="curl -sOL"
61 [ -z "$HTTP_FETCH" ] && type fetch >/dev/null 2>&1 && HTTP_FETCH="fetch -q"
77 test -d $BASEDIR/apr || $HTTP_FETCH $APACHE_MIRROR/apr/$APR.tar.bz2
78 test -d $BASEDIR/apr-util || $HTTP_FETCH $APACHE_MIRROR/apr/$APR_UTIL.tar.bz2
92 $HTTP_FETCH htt
[all...]

Completed in 64 milliseconds