mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
fix order
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
parent
9167a84358
commit
af2625c8ce
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ fn is_color_compatible_term() -> bool {
|
|||
})
|
||||
};
|
||||
|
||||
if is_term_set && colorterm.is_empty() && is_colorterm_set && term.is_empty() {
|
||||
if is_term_set && term.is_empty() && is_colorterm_set && colorterm.is_empty() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue