diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-09-18T08·26+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-09-18T08·26+0000 |
commit | 26f981c2e52bb8dc91311f9a4ca53f7e37233e5c (patch) | |
tree | 54608cf7ab731deaffc08d56139d4ce3ba205f76 /scripts/nix-prefetch-url.in | |
parent | c8ea8a09b88ec89ef9749e9d8bae09c7cada5d1f (diff) |
* Remove garbage.
Diffstat (limited to 'scripts/nix-prefetch-url.in')
-rw-r--r-- | scripts/nix-prefetch-url.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |