From 26f981c2e52bb8dc91311f9a4ca53f7e37233e5c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 18 Sep 2007 08:26:55 +0000 Subject: [PATCH] * Remove garbage. --- scripts/nix-install-package.in | 2 +- scripts/nix-prefetch-url.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nix-install-package.in b/scripts/nix-install-package.in index bb72601ebd..3aaed7e59f 100644 --- a/scripts/nix-install-package.in +++ b/scripts/nix-install-package.in @@ -13,7 +13,7 @@ downloading it from URL. Flags: --profile / -p LINK: install into the specified profile - --non-interactive: don't run inside a new terminal XXX + --non-interactive: don't run inside a new terminal EOF ; # ' exit 1; diff --git a/scripts/nix-prefetch-url.in b/scripts/nix-prefetch-url.in index 5621d5204a..bd970e3734 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