From ec7e46550e58a9ab7a2ba0a45bdb83867dad3149 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 18 Feb 2007 17:28:38 -0800 Subject: [PATCH] do not lc() version or source-version --- scripts/process.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.39.5