* Fix for *non*-suid installations.
svn path=/nixpkgs/trunk/; revision=2546
This commit is contained in:
parent
d343d953d0
commit
71ea4dbb8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue