fix: Apply cascade-disables before showing status

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/22621)
This commit is contained in:
BMDan 2023-11-04 13:00:45 -07:00 committed by Tomas Mraz
parent ae92a945dc
commit d68986f1e6
1 changed files with 2 additions and 0 deletions

View File

@ -3409,6 +3409,8 @@ sub usage
}
print STDERR "\n";
disable();
# Do some color wizardry. Ideally, this would be done by a library and
# would use proper termcap/terminfo, but we would rather avoid external
# dependencies. It's disabled by default unless you define CLICOLOR in