1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

* Show less garbage.

svn path=/nixpkgs/trunk/; revision=5761
This commit is contained in:
Eelco Dolstra 2006-07-17 21:27:10 +00:00
parent 703542fa4e
commit f14988b362

View file

@ -42,7 +42,8 @@ if test -z "$finalPath"; then
mkdir $tmpPath mkdir $tmpPath
# Perform the checkout. # Perform the checkout.
echo p | svn export -r "$rev" "$url" $tmpFile >&2 # !!! remove 2>/dev/null when we have fixed the certificate hackery.
echo p | svn export -r "$rev" "$url" $tmpFile 2>/dev/null >&2
# Compute the hash. # Compute the hash.
hash=$(nix-hash --type $hashType $hashFormat $tmpFile) hash=$(nix-hash --type $hashType $hashFormat $tmpFile)