mirror of
https://github.com/openssl/openssl.git
synced 2026-05-07 20:12:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user