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
index 4bd6fcc331..fc11734aef 100755 --- a/cook +++ b/cook @@ -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";