From: Don Armstrong Date: Sun, 20 Apr 2008 19:10:37 +0000 (-0700) Subject: remove redundant \s* X-Git-Tag: release/2.6.0~491^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=86ab3d2788f65dd62373383740e57ab1bbce74e1;p=debbugs.git remove redundant \s* --- diff --git a/scripts/service.in b/scripts/service.in index 53058a6f..943c883d 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -810,7 +810,7 @@ END $data->{keywords} =~ s/\s*$//; } while (&getnextbug); } - } elsif (m/^(un)?block\s+\#?(-?\d+)\s+(by|with)\s+\s*(\S.*)?$/i) { + } elsif (m/^(un)?block\s+\#?(-?\d+)\s+(by|with)\s+(\S.*)?$/i) { $ok++; my $bugnum = $2; my $blockers = $4; $addsub = "add";