mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
Merge.
This commit is contained in:
commit
a2164e86c5
@ -343,8 +343,8 @@ CT_DoGetFileCurl() {
|
|||||||
# Note: comments about wget method (above) are also valid here
|
# Note: comments about wget method (above) are also valid here
|
||||||
# Plus: no good progress indicator is available with curl,
|
# Plus: no good progress indicator is available with curl,
|
||||||
# so, be silent.
|
# so, be silent.
|
||||||
CT_DoExecLog ALL curl -s --ftp-pasv -O --retry 3 "$1" --connect-timeout ${CT_CONNECT_TIMEOUT} \
|
CT_DoExecLog ALL curl -s --ftp-pasv -O --retry 3 "$1" --connect-timeout ${CT_CONNECT_TIMEOUT} -L -f \
|
||||||
|| CT_DoExecLog ALL curl -s -O --retry 3 "$1" --connect-timeout ${CT_CONNECT_TIMEOUT} \
|
|| CT_DoExecLog ALL curl -s -O --retry 3 "$1" --connect-timeout ${CT_CONNECT_TIMEOUT} -L -f \
|
||||||
|| true
|
|| true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user