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

Junio C Hamano committed May 11, 2011 at 17:41 UTC 0a097f88ebd5380e3396906809e738ec8a1624e7
1 file changed +3
cook
+3
@@ -632,6 +632,9 @@ sub wildo {
632 $topic = undef;
633 }
634 }
635 + if (defined $topic) {
636 + wildo_queue(\%what, "Undecided", $topic);
637 + }
638 my $ipbl = "";
639 for my $what (sort keys %what) {
640 print "$ipbl$what\n";