Fix a comment.

functions |    6     3     3     0 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-04-13 18:25:30 +00:00
parent b3841f0aa9
commit 2dffee230a

View File

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