summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2014-05-10 10:33:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2014-05-10 10:33:37 (GMT)
commit4a05e37256cb73c9d3b3d67498fe811b4fd43094 (patch)
treeeb340f80456a8bf46806055830f5a6d6aa22d80b /scripts/functions
parent490ec212173574c6253bf906a92dd2f15dd1f591 (diff)
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/functions1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index aaf23ee..79b3785 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