* Fix for *non*-suid installations.

svn path=/nixpkgs/trunk/; revision=2546
This commit is contained in:
Eelco Dolstra 2005-04-12 13:48:36 +00:00
parent d343d953d0
commit 71ea4dbb8c

View file

@ -32,6 +32,7 @@ if test -z "$hash"; then
dummyMode=1
tmpPath1=/tmp/nix-prefetch-svn-$$ # !!! security?
fi
rm -f $tmpPath1
# Perform the checkout.
svn export -r "$rev" "$url" $tmpPath1 >&2