X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fprocess;h=0524c38c75de3f2039b621d5f929eeae5b7d82e9;hb=c2ad38d1bb069d5110e86bef304fe10649b8d6f8;hp=c663dfd69782a59262095b36424ff5cd07cf6901;hpb=c05083e5394af9c9cad1cfe84e188b9f82e2d2b4;p=debbugs.git 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";