diff options
| author | 2018-11-28 08:21:38 +0530 | |
|---|---|---|
| committer | 2018-11-28 08:21:38 +0530 | |
| commit | 4b7833ed98a7eedc754b10c58428c4e94ab70a79 (patch) | |
| tree | 41bf534850671e0cb4568f986e30659805f74cab | |
| parent | 8cba83f43f7fca3f73698872da4e7f7c03faea38 (diff) | |
| download | nnn-4b7833ed98a7eedc754b10c58428c4e94ab70a79.tar.gz | |
individual rm: replace -I with -i
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |