diff options
Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r-- | scripts/download-using-manifests.pl.in | 2 |
1 files changed, 0 insertions, 2 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; |