diff options
Diffstat (limited to 'check-FIXME.pl')
-rwxr-xr-x | check-FIXME.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-FIXME.pl b/check-FIXME.pl index d7ce52f49..350fb4827 100755 --- a/check-FIXME.pl +++ b/check-FIXME.pl @@ -65,7 +65,7 @@ foreach my $file (@ARGV) while (<FILE>) { next if !/FIXME/; - if (/FIXME\s?:?\s?bugzilla.eazel.com\s+(\d+)/) + if (/FIXME\s*:?\s*bugzilla.eazel.com\s+(\d+)/) { $bug_lines{$1} .= "$file:$.:$_"; } |