forked from lix-project/lix
* Close the file - just in case.
This commit is contained in:
parent
46605fb4f5
commit
8181a1c3bb
|
@ -50,6 +50,9 @@ while (@ARGV) {
|
|||
}
|
||||
|
||||
|
||||
close TOPLEVEL or die;
|
||||
|
||||
|
||||
foreach my $storePath (sort(keys %storePaths)) {
|
||||
print STDERR "packing `$storePath'...\n";
|
||||
|
||||
|
|
Loading…
Reference in a new issue