* Use the regular progress bar; the hash bar isn't very useful when

the size of the download isn't known in advance.
This commit is contained in:
Eelco Dolstra 2009-02-27 13:55:11 +00:00
parent fd2e14b3c8
commit d4ca5c3952
1 changed files with 1 additions and 1 deletions

View File

@ -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
}