* Don't suppress error messages.

svn path=/nixpkgs/trunk/; revision=13424
This commit is contained in:
Eelco Dolstra 2008-11-25 18:34:46 +00:00
parent a37251e2a5
commit 31d12fc641

View file

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