From: Don Armstrong Date: Mon, 19 Feb 2007 01:28:38 +0000 (-0800) Subject: do not lc() version or source-version X-Git-Tag: release/2.6.0~585^2^2~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ec7e46550e58a9ab7a2ba0a45bdb83867dad3149;p=debbugs.git do not lc() version or source-version --- diff --git a/scripts/process.in b/scripts/process.in index 9f3fffc1..efdfe470 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -152,7 +152,7 @@ for my $phline (@bodylines) print DEBUG ">$fn|$fv|\n"; $fn = lc $fn; # Don't lc owner or forwarded - $fv = lc $fv unless $fh =~ /^(?:owner|forwarded|usertags)$/; + $fv = lc $fv unless $fh =~ /^(?:owner|forwarded|usertags|version|source-version)$/; $pheader{$fn} = $fv; print DEBUG ">$fn~$fv<\n"; }