mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-07 16:37:48 +00:00
Small fix
This commit is contained in:
parent
0507270f90
commit
3a1098489e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
} else if let Some(interactive_index) = interactive_index_option {
|
} else if let Some(interactive_index) = interactive_index_option {
|
||||||
interactive_index > force_index
|
interactive_index > force_index
|
||||||
} else {
|
} else {
|
||||||
true
|
false
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
true
|
true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue