From: Arun Prakash Jana Date: Wed, 28 Nov 2018 02:51:38 +0000 (+0530) Subject: individual rm: replace -I with -i X-Git-Tag: v2.2~104 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4b7833ed98a7eedc754b10c58428c4e94ab70a79;p=nnn.git individual rm: replace -I with -i --- 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)