X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fprocess;h=1f40901573da4f35d1e4e2ebf532d2c563f00c3e;hb=9d1f857815b356736ae85ed610f509a0859f65d3;hp=265bd5835b6fb2f96e671fef5895cd409b7401c4;hpb=79de51023611557f8da946e48b91c4078d63393b;p=debbugs.git diff --git a/scripts/process b/scripts/process index 265bd58..1f40901 100755 --- a/scripts/process +++ b/scripts/process @@ -234,9 +234,9 @@ for my $phline (@bodylines) my ($fn, $fv) = ($1, $2); $fv =~ s/\s*$//; # pluralize tag/usertag + $fn = lc $fn; $fn = $fn.'s' if $fn =~ /^(?:tag|usertag)$/; print {$debugfh} ">$fn|$fv|\n"; - $fn = lc $fn; if ($fn =~ /^control$/) { push @control_bits,$fv; } else {