]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/service.in
* Don't ask for more bugs if there is no maintainer (closes: #355190)
[debbugs.git] / scripts / service.in
index d7f58ba680e5b9d5667eb29dffb1d98f70a33673..a37b5bacacf6c7f4146c49d2e4f85f86783b0f80 100755 (executable)
@@ -168,7 +168,7 @@ for ($procline=0; $procline<=$#bodylines; $procline++) {
     &transcript("> $_\n");
     next if m/^\s*\#/;
     $action= '';
-    if (m/^stop/i || m/^quit/i || m/^--/ || m/^thank/i || m/^kthxbye/i) {
+    if (m/^stop\s*$/i || m/^quit\s*$/i || m/^--\s*$/ || m/^thank(?:s|\s*you)?\s*$/i || m/^kthxbye\s*$/i) {
        &transcript("Stopping processing here.\n\n");
         last;
     } elsif (m/^debug\s+(\d+)$/i && $1 >= 0 && $1 <= 1000) {