Meta/cook -w: do not forget to process the last one

This commit is contained in:
Junio C Hamano
2011-05-11 17:41:03 -07:00
parent af5a31b7ad
commit 0a097f88eb

3
cook
View File

@@ -632,6 +632,9 @@ sub wildo {
$topic = undef;
}
}
if (defined $topic) {
wildo_queue(\%what, "Undecided", $topic);
}
my $ipbl = "";
for my $what (sort keys %what) {
print "$ipbl$what\n";