Author: eelco Date: Thu Mar 3 14:59:58 2011 New Revision: 26147 URL: https://svn.nixos.org/websvn/nix/?rev=26147&sc=1
Log: * Remove a not very useful message that didn't get printed anyway because the test condition was wrong. Modified: nixpkgs/trunk/pkgs/build-support/fetchurl/builder.sh Modified: nixpkgs/trunk/pkgs/build-support/fetchurl/builder.sh ============================================================================== --- nixpkgs/trunk/pkgs/build-support/fetchurl/builder.sh Thu Mar 3 14:10:18 2011 (r26146) +++ nixpkgs/trunk/pkgs/build-support/fetchurl/builder.sh Thu Mar 3 14:59:58 2011 (r26147) @@ -2,10 +2,6 @@ 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 # servers to need them during redirects, and work on SSL without a _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
