Home
last modified time | relevance | path

Searched refs:fetch_bin (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/
H A Dfetch_tarballs.sh46 fetch_bin=
51 fetch_bin=/usr/bin/fetch
53 echo found FreeBSD fetch: $fetch_bin
59 fetch_bin=$wg
61 echo found wget at `which $fetch_bin`
65 if [ -z "$fetch_bin" ]; then
72 fetch_bin=$c
74 echo found curl at `which $fetch_bin`
79 if [ -z "$fetch_bin" ]; then
139 $fetch_bin $fetch_args $URL 2>&1 | tee -a $logfile
[all …]

Completed in 16 milliseconds