cook: parse ctime(3) output correctly

Junio C Hamano committed May 2, 2010 at 07:54 UTC a7a43d78d5471de8eea9c4de23a13b05c99cada7
1 file changed +1 -1
cook
+1 -1
@@ -444,7 +444,7 @@ sub update_issue {
444
445 my $now_string = localtime;
446 my ($current_dow, $current_mon, $current_date, $current_year) =
447 - ($now_string =~ /^(\w+) (\w+) (\d+) [\d:]+ (\d+)$/);
447 + ($now_string =~ /^(\w+) (\w+) +(\d+) [\d:]+ (\d+)$/);
448
449 my $btext = $cooking->{'topic_description'}{$blurb}{'text'};
450 if ($btext !~ s/\A$blurb_match//) {