diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-02-20T22·49+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-02-20T22·49+0000 |
commit | 8181a1c3bbb35642d8242f13c3bbd17fe468c8e3 (patch) | |
tree | ffee85afa78c5830d87e9a7cf0f6276ee355cb18 /scripts/nix-pack-closure.in | |
parent | 46605fb4f5024120f894f9894b8873c6a666a7a5 (diff) |
* Close the file - just in case.
Diffstat (limited to 'scripts/nix-pack-closure.in')
-rw-r--r-- | scripts/nix-pack-closure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/nix-pack-closure.in b/scripts/nix-pack-closure.in index bc58097e25c1..8d9ecf126200 100644 --- a/scripts/nix-pack-closure.in +++ b/scripts/nix-pack-closure.in @@ -50,6 +50,9 @@ while (@ARGV) { } +close TOPLEVEL or die; + + foreach my $storePath (sort(keys %storePaths)) { print STDERR "packing `$storePath'...\n"; |