aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 4f3a822..1453d8c 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)