From bacd3a6cfa3af1879ef01e693178c74839d66f70 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 15 Mar 2005 12:03:15 +0000 Subject: * Purify all corepkgs builders. --- corepkgs/fetchurl/builder.sh.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'corepkgs/fetchurl') diff --git a/corepkgs/fetchurl/builder.sh.in b/corepkgs/fetchurl/builder.sh.in index aaba65d6d26c..92b87465261d 100644 --- a/corepkgs/fetchurl/builder.sh.in +++ b/corepkgs/fetchurl/builder.sh.in @@ -1,13 +1,11 @@ #! @shell@ -e -export PATH=/bin:/usr/bin - echo "downloading $url into $out" prefetch=@storedir@/nix-prefetch-url-$outputHash if test -f "$prefetch"; then echo "using prefetched $prefetch"; - mv $prefetch $out + @coreutils@/mv $prefetch $out else @curl@ --fail --location --max-redirs 20 "$url" > "$out" fi -- cgit 1.4.1