From 3da4f4de50c1916ceebcefba859771ad4d922f54 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Thu, 15 May 2003 21:48:00 -0800 Subject: [PATCH] [project @ 2003-05-15 22:48:00 by cjwatson] Let's make this compile, shall we? --- scripts/process.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/process.in b/scripts/process.in index abd72167..f7a625ea 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.67 2003/05/03 20:53:03 doogie Exp $ +# $Id: process.in,v 1.68 2003/05/15 22:48:00 cjwatson Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -132,7 +132,7 @@ for my $phline (@bodylines) { last if $phline !~ m/^([\w]+):\s*(\S.*)/; my ($fn, $fv) = ($1, $2); - $fv =~ s/\s*$// + $fv =~ s/\s*$//; print DEBUG ">$fn|$fv|\n"; $fn = lc $fn; $fv = lc $fv; -- 2.39.5