mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
Fix a comment.
functions | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
This commit is contained in:
parent
b3841f0aa9
commit
2dffee230a
@ -283,9 +283,9 @@ CT_DoGetFileWget() {
|
||||
# With automated download as we are doing, it can be very dangerous to use
|
||||
# -c to continue the downloads. It's far better to simply overwrite the
|
||||
# destination file
|
||||
# Some company networks have proxies to connec to to the internet, but it's
|
||||
# not easy to detect them, and wget may never timeout while connecting, so
|
||||
# force a global 120s timeout.
|
||||
# Some company networks have proxies to connect to to the internet, but
|
||||
# it's not easy to detect them, and wget may never timeout while connecting,
|
||||
# so force a global 120s timeout.
|
||||
wget -T 120 -nc --progress=dot:binary --tries=3 --passive-ftp "$1" \
|
||||
|| wget -T 120 -nc --progress=dot:binary --tries=3 "$1" \
|
||||
|| true
|
||||
|
Loading…
Reference in New Issue
Block a user