]> Sergey Matveev's repositories - nnn.git/commitdiff
individual rm: replace -I with -i
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 28 Nov 2018 02:51:38 +0000 (08:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 28 Nov 2018 02:51:38 +0000 (08:21 +0530)
src/nnn.c

index 4f3a822197c21785d1591286349bee92f01ce654..1453d8ca888c66ea989734c925dc94099e6d8cea 100644 (file)
--- 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)