From: Don Armstrong Date: Thu, 15 Nov 2012 08:11:19 +0000 (-0800) Subject: output errors to the transcript if we are parsing control operations X-Git-Tag: release/2.6.0~325 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=5695e70db76266f8927f9475095e0891ce14c119 output errors to the transcript if we are parsing control operations --- diff --git a/scripts/process b/scripts/process index c663dfd..0524c38 100755 --- a/scripts/process +++ b/scripts/process @@ -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";