parent
bb93fa69fa
commit
f4ce796a20
|
@ -42,7 +42,7 @@ if test -z "$finalPath"; then
|
|||
mkdir $tmpPath
|
||||
|
||||
# Perform the checkout.
|
||||
svn export -r "$rev" "$url" $tmpFile >&2
|
||||
echo p | svn export -r "$rev" "$url" $tmpFile >&2
|
||||
|
||||
# Compute the hash.
|
||||
hash=$(nix-hash --type $hashType $hashFormat $tmpFile)
|
||||
|
|
Loading…
Reference in New Issue