diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-10 12:33:37 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2014-05-10 12:33:37 +0200 |
commit | 4a05e37256cb73c9d3b3d67498fe811b4fd43094 (patch) | |
tree | eb340f80456a8bf46806055830f5a6d6aa22d80b /scripts/functions | |
parent | 490ec212173574c6253bf906a92dd2f15dd1f591 (diff) | |
download | crosstool-ng-4a05e37256cb73c9d3b3d67498fe811b4fd43094.tar.gz crosstool-ng-4a05e37256cb73c9d3b3d67498fe811b4fd43094.tar.bz2 crosstool-ng-4a05e37256cb73c9d3b3d67498fe811b4fd43094.zip |
scripts: remove references to curl
It's been a while we're not using curl anymore.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index aaf23eea..79b37852 100644 --- a/scripts/functions +++ b/scripts/functions @@ -571,7 +571,6 @@ CT_DoGetFile() { # Some company networks have firewalls to connect to the internet, but it's # not easy to detect them, so force a global ${CT_CONNECT_TIMEOUT}-second # timeout. - # For curl, no good progress indicator is available. So, be silent. if [ ${CT_CONNECT_TIMEOUT} = -1 ]; then T= else |