1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 11:43:15 +02:00

* Show errors in nix-prefetch-url.

This commit is contained in:
Eelco Dolstra 2007-08-15 09:24:06 +00:00
parent 5c793ad03e
commit dbc0170ed9
3 changed files with 5 additions and 4 deletions

View file

@ -37,7 +37,7 @@ fi
doDownload() {
@curl@ $cacheFlags --fail -# --show-error --location --max-redirs 20 --disable-epsv \
@curl@ $cacheFlags --fail -# --location --max-redirs 20 --disable-epsv \
--cookie-jar $tmpPath/cookies "$url" -o $tmpFile
}