]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-02-27 01:43:30 by cjwatson]
authorcjwatson <>
Thu, 27 Feb 2003 09:43:30 +0000 (01:43 -0800)
committercjwatson <>
Thu, 27 Feb 2003 09:43:30 +0000 (01:43 -0800)
Include #-comments in acknowledgements from control@bugs (#93408).

scripts/service.in

index eb83a10640c3300119e8e77f56d1c5580a627138..affaecd78a3095964168410aaf002b598e112b9f 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: service.in,v 1.68 2003/02/16 15:20:26 cjwatson Exp $
+# $Id: service.in,v 1.69 2003/02/27 01:43:30 cjwatson Exp $
 # ^ more or less ^
 #
 # Usage: service <code>.nn
@@ -147,8 +147,9 @@ for ($procline=0; $procline<=$#bodylines; $procline++) {
         last;
     }
     $_= $bodylines[$procline]; s/\s+$//;
-    next unless m/\S/; next if m/^\s*\#/;
+    next unless m/\S/;
     &transcript("> $_\n");
+    next if m/^\s*\#/;
     $action= '';
     if (m/^stop/i || m/^quit/i || m/^--/ || m/^thank/i) {
        &transcript("Stopping processing here.\n\n");