* Remove a not very useful message that didn't get printed anyway
because the test condition was wrong. svn path=/nixpkgs/trunk/; revision=26147
This commit is contained in:
parent
5148ee9654
commit
4b50191fd4
|
@ -2,10 +2,6 @@ source $stdenv/setup
|
||||||
|
|
||||||
source $mirrorsFile
|
source $mirrorsFile
|
||||||
|
|
||||||
if test -n "$showURLs"; then
|
|
||||||
header "downloading file $name with $outputHashAlgo hash $outputHash..."
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# Curl flags to handle redirects, not use EPSV, handle cookies for
|
# Curl flags to handle redirects, not use EPSV, handle cookies for
|
||||||
# servers to need them during redirects, and work on SSL without a
|
# servers to need them during redirects, and work on SSL without a
|
||||||
|
|
Loading…
Reference in New Issue