* Close the file - just in case.

This commit is contained in:
Eelco Dolstra 2007-02-20 22:49:08 +00:00
parent 46605fb4f5
commit 8181a1c3bb
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ while (@ARGV) {
}
close TOPLEVEL or die;
foreach my $storePath (sort(keys %storePaths)) {
print STDERR "packing `$storePath'...\n";