From 0a097f88ebd5380e3396906809e738ec8a1624e7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 11 May 2011 17:41:03 -0700 Subject: [PATCH] Meta/cook -w: do not forget to process the last one --- cook | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cook b/cook 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";