From: joy <> Date: Wed, 11 Oct 2000 04:44:01 +0000 (-0800) Subject: [project @ 2000-10-10 21:44:01 by joy] X-Git-Tag: release/2.6.0~1208 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a4a0efe1fdceaebfd1a5d13a33a020bdcefd1808;p=debbugs.git [project @ 2000-10-10 21:44:01 by joy] allow stuff after help :) --- diff --git a/scripts/service.in b/scripts/service.in index e537860c..a00ff027 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -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 .nn # Temps: incoming/P.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++;