]> git.donarmstrong.com Git - debbugs.git/blobdiff - scripts/process
output errors to the transcript if we are parsing control operations
[debbugs.git] / scripts / process
index c663dfd69782a59262095b36424ff5cd07cf6901..0524c38c75de3f2039b621d5f929eeae5b7d82e9 100755 (executable)
@@ -1048,6 +1048,7 @@ if (@control_bits) {
                }
            }
            else {
+               print {$transcript} "Unknown command or malformed arguments to command.\n\n";
                $errors++;
                if (++$unknowns >= 5) {
                    print {$transcript} "Too many unknown commands, stopping here.\n\n";