From 4a05e37256cb73c9d3b3d67498fe811b4fd43094 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 10 May 2014 12:33:37 +0200 Subject: scripts: remove references to curl It's been a while we're not using curl anymore. Signed-off-by: "Yann E. MORIN" --- scripts/functions | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/functions') 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 -- cgit v1.2.3