From 26f981c2e52bb8dc91311f9a4ca53f7e37233e5c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 18 Sep 2007 08:26:55 +0000 Subject: * Remove garbage. --- scripts/nix-prefetch-url.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/nix-prefetch-url.in') diff --git a/scripts/nix-prefetch-url.in b/scripts/nix-prefetch-url.in index 5621d5204a4c..bd970e373437 100644 --- a/scripts/nix-prefetch-url.in +++ b/scripts/nix-prefetch-url.in @@ -48,7 +48,7 @@ if test -z "$finalPath"; then tmpPath=/tmp/nix-prefetch-url-$$ # !!! security? tmpFile=$tmpPath/$name - mkdir $tmpPath + mkdir $tmpPath # !!! retry if tmpPath already exists # Optionally do timestamp-based caching of the download. # Actually, the only thing that we cache in $NIX_DOWNLOAD_CACHE is -- cgit 1.4.1