aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhonda D'Vine <rhonda@debian.org>2014-09-18 10:52:31 +0200
committerRhonda D'Vine <rhonda@debian.org>2014-09-18 10:52:31 +0200
commit900765040ffe1c555dd79feea350a4f8183334fc (patch)
tree555490d53667ad3943ba2f85cfa9d7e75e45c976
parentd99af1604686b53a1747d7db3fef0a8a4171c72e (diff)
move the close REVERSED into the correct loop (oh dear, the indenting ...)
-rwxr-xr-xbin/parse-contents2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/parse-contents b/bin/parse-contents
index 3f90d64..0c42540 100755
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@ -142,7 +142,6 @@ for my $suite (@suites) {
close CONT;
}
- close REVERSED;
print "Sorting reverse list if needed\n";
system("cd $DBDIR && sort reverse.tmp > reverse.sorted &&".
@@ -171,6 +170,7 @@ for my $suite (@suites) {
}
}
}
+ close REVERSED;
}
my $go = 0;