]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-05-15 22:48:00 by cjwatson]
authorcjwatson <>
Fri, 16 May 2003 05:48:00 +0000 (21:48 -0800)
committercjwatson <>
Fri, 16 May 2003 05:48:00 +0000 (21:48 -0800)
Let's make this compile, shall we?

scripts/process.in

index abd721678697c0295f9d36240410737bec094f31..f7a625ea6102b06c1b5ce248203f513fb8a552ac 100755 (executable)
@@ -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;