mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +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…
Reference in a new issue