mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 06:31:20 +00:00
* 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
|
||||
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user