From 4b7833ed98a7eedc754b10c58428c4e94ab70a79 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 28 Nov 2018 08:21:38 +0530 Subject: [PATCH] individual rm: replace -I with -i --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index 4f3a8221..1453d8ca 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3110,7 +3110,7 @@ nochange: break; mkpath(path, dents[cur].name, newpath, PATH_MAX); - spawn("rm", "-Ir", newpath, NULL, F_NORMAL | F_SIGINT); + spawn("rm", "-ir", newpath, NULL, F_NORMAL | F_SIGINT); lastname[0] = '\0'; if (cfg.filtermode)