* 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
# 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.
hash=$(nix-hash --type $hashType $hashFormat $tmpFile)