From 5695e70db76266f8927f9475095e0891ce14c119 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 15 Nov 2012 00:11:19 -0800 Subject: [PATCH] output errors to the transcript if we are parsing control operations --- scripts/process | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/process b/scripts/process index c663dfd6..0524c38c 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"; -- 2.39.5