mirror of https://github.com/openssl/openssl.git
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:
parent
ae92a945dc
commit
d68986f1e6
|
@ -3409,6 +3409,8 @@ sub usage
|
||||||
}
|
}
|
||||||
print STDERR "\n";
|
print STDERR "\n";
|
||||||
|
|
||||||
|
disable();
|
||||||
|
|
||||||
# Do some color wizardry. Ideally, this would be done by a library and
|
# Do some color wizardry. Ideally, this would be done by a library and
|
||||||
# would use proper termcap/terminfo, but we would rather avoid external
|
# would use proper termcap/terminfo, but we would rather avoid external
|
||||||
# dependencies. It's disabled by default unless you define CLICOLOR in
|
# dependencies. It's disabled by default unless you define CLICOLOR in
|
||||||
|
|
Loading…
Reference in New Issue