From f4ce796a205fbf8e13345abd34c9bd5eb0daf038 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 31 May 2006 10:36:02 +0000 Subject: [PATCH] * More hackery. svn path=/nixpkgs/trunk/; revision=5351 --- pkgs/build-support/fetchsvn/nix-prefetch-svn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchsvn/nix-prefetch-svn b/pkgs/build-support/fetchsvn/nix-prefetch-svn index 794061ae4203..879b96f070ef 100755 --- a/pkgs/build-support/fetchsvn/nix-prefetch-svn +++ b/pkgs/build-support/fetchsvn/nix-prefetch-svn @@ -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)