]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-01-02 19:08:12 by cjwatson]
authorcjwatson <>
Mon, 3 Jan 2005 03:08:12 +0000 (19:08 -0800)
committercjwatson <>
Mon, 3 Jan 2005 03:08:12 +0000 (19:08 -0800)
fix missing parenthesis

scripts/process.in

index 993cde7af8eb2801646bdc65b0b0663fbb2cf000..d4bf80653b2e03791d6c2221d23fadccd8d03eeb 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.87 2005/01/02 19:00:30 cjwatson Exp $
+# $Id: process.in,v 1.88 2005/01/02 19:08:12 cjwatson Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -584,7 +584,7 @@ END
             $data->{severity}= '';
         }
     }
-    if (defined($pheader{owner}) {
+    if (defined($pheader{owner})) {
         $data->{owner}= $pheader{owner};
     }
     &filelock("nextnumber.lock");