about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-10-22T12·05+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-10-22T12·05+0000
commitf8ed2e64a5d77badf68263ac239ad9d991f23ea8 (patch)
treebad5c1ff916da1fb4d3e5e4999c379b0ab9ce6d0 /scripts
parentf529a3be8a1c1eab6af06171c498f38508e7a729 (diff)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/download-using-manifests.pl.in2
-rw-r--r--scripts/nix-copy-closure.in2
2 files changed, 1 insertions, 3 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index f963eead19ab..8207aaaa4ec2 100644
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
@@ -19,8 +19,6 @@ chdir $tmpDir or die "cannot change to `$tmpDir': $!";
 my $tmpNar = "$tmpDir/nar";
 my $tmpNar2 = "$tmpDir/nar2";
 
-END { unlink $tmpNar; unlink $tmpNar2; rmdir $tmpDir; }
-
 
 # Load all manifests.
 my %narFiles;
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in
index 1b1b3ebc8b25..0fa4e870fb27 100644
--- a/scripts/nix-copy-closure.in
+++ b/scripts/nix-copy-closure.in
@@ -6,7 +6,7 @@ $binDir = "@bindir@" unless defined $binDir;
 
 if (scalar @ARGV < 1) {
     print STDERR <<EOF
-Usage: nix-copy-closure [--from | --to] HOSTNAME [--sign] PATHS...
+Usage: nix-copy-closure [--from | --to] HOSTNAME [--sign] [--gzip] PATHS...
 EOF
     ;
     exit 1;