Sfoglia il codice sorgente

individual rm: replace -I with -i

master
Arun Prakash Jana 6 anni fa
parent
commit
4b7833ed98
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Vedi File

@@ -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)


Loading…
Annulla
Salva