* Don't suppress error messages.
svn path=/nixpkgs/trunk/; revision=13424
This commit is contained in:
parent
a37251e2a5
commit
31d12fc641
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user