]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-06 20:31:46 by joy]
authorjoy <>
Sat, 7 Oct 2000 03:31:46 +0000 (19:31 -0800)
committerjoy <>
Sat, 7 Oct 2000 03:31:46 +0000 (19:31 -0800)
allow everything starting with thank

scripts/service.in

index 4daff161b483a87a86f30aff121fb0c145868ae2..931cc283110c02c1d3a8a319e40d9e67ae8ea91c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# $Id: service.in,v 1.16 2000/10/06 05:44:45 doogie Exp $
+# $Id: service.in,v 1.17 2000/10/06 20:31:46 joy Exp $
 #
 # Usage: service <code>.nn
 # Temps:  incoming/P<code>.nn
@@ -90,7 +90,7 @@ for ($procline=$i; $procline<=$#msg; $procline++)
     next unless m/\S/; next if m/^\s*\#/;
     &transcript("> $_\n");
     $action= '';
-    if (m/^stop\s/i || m/^quit\s/i || m/^--/ || m/^thank\s/i) 
+    if (m/^stop\s/i || m/^quit\s/i || m/^--/ || m/^thank/i) 
        {       &transcript("Stopping processing here.\n\n");
         last;
     } elsif (m/^debug\s+(\d+)$/i && $1 >= 0 && $1 <= 1000) {