]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-10 21:44:01 by joy]
authorjoy <>
Wed, 11 Oct 2000 04:44:01 +0000 (20:44 -0800)
committerjoy <>
Wed, 11 Oct 2000 04:44:01 +0000 (20:44 -0800)
allow stuff after help :)

scripts/service.in

index e537860c56fdbec36ba9e669ac7f4389f89dd8f8..a00ff027d9c9fb464dd2d0b3c524509d277a9d38 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# $Id: service.in,v 1.21 2000/10/09 00:32:23 ajt Exp $
+# $Id: service.in,v 1.22 2000/10/10 21:44:01 joy Exp $
 #
 # Usage: service <code>.nn
 # Temps:  incoming/P<code>.nn
@@ -191,7 +191,7 @@ for ($procline=$i; $procline<=$#msg; $procline++)
         } else {
             &transcript("Info file $file does not exist.\n\n");
          }
-    } elsif (m/^help$/i) {
+    } elsif (m/^help/i) {
         &sendhelp;
         &transcript("\n");
         $ok++;