From d4ca5c395290da9a517df99dfbb79d2186930c83 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 27 Feb 2009 13:55:11 +0000 Subject: [PATCH] * Use the regular progress bar; the hash bar isn't very useful when the size of the download isn't known in advance. --- scripts/nix-prefetch-url.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix-prefetch-url.in b/scripts/nix-prefetch-url.in index 1e570a1544..a2a8a701fe 100644 --- a/scripts/nix-prefetch-url.in +++ b/scripts/nix-prefetch-url.in @@ -60,7 +60,7 @@ removeTempDir() { doDownload() { - @curl@ $cacheFlags --fail -# --location --max-redirs 20 --disable-epsv \ + @curl@ $cacheFlags --fail --location --max-redirs 20 --disable-epsv \ --cookie-jar $tmpPath/cookies "$url" -o $tmpFile }