* 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
|
dummyMode=1
|
||||||
tmpPath1=/tmp/nix-prefetch-svn-$$ # !!! security?
|
tmpPath1=/tmp/nix-prefetch-svn-$$ # !!! security?
|
||||||
fi
|
fi
|
||||||
|
rm -f $tmpPath1
|
||||||
|
|
||||||
# Perform the checkout.
|
# Perform the checkout.
|
||||||
svn export -r "$rev" "$url" $tmpPath1 >&2
|
svn export -r "$rev" "$url" $tmpPath1 >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user