From 3a1098489e6a7b1b71b77ca8c7e6b4a35af3363e Mon Sep 17 00:00:00 2001 From: Pat Laster Date: Mon, 10 Oct 2022 15:01:17 -0500 Subject: [PATCH] Small fix --- src/uu/rm/src/rm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/rm/src/rm.rs b/src/uu/rm/src/rm.rs index 576094d5d..f83c09031 100644 --- a/src/uu/rm/src/rm.rs +++ b/src/uu/rm/src/rm.rs @@ -104,7 +104,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> { } else if let Some(interactive_index) = interactive_index_option { interactive_index > force_index } else { - true + false } } else { true