* Show less garbage.
svn path=/nixpkgs/trunk/; revision=5761
This commit is contained in:
parent
703542fa4e
commit
f14988b362
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user