mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
individual rm: replace -I with -i
This commit is contained in:
parent
8cba83f43f
commit
4b7833ed98
|
@ -3110,7 +3110,7 @@ nochange:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
mkpath(path, dents[cur].name, newpath, PATH_MAX);
|
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';
|
lastname[0] = '\0';
|
||||||
if (cfg.filtermode)
|
if (cfg.filtermode)
|
||||||
|
|
Loading…
Reference in a new issue