Explorar el Código

Re-populate after spawning shell

master
Arun Prakash Jana hace 6 años
padre
commit
035bcdb198
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      nnn.c

+ 3
- 0
nnn.c Ver fichero

@@ -3049,6 +3049,9 @@ nochange:
run = xgetenv(env, run);
spawn(run, NULL, NULL, path, F_NORMAL | F_MARKER);
/* Repopulate as directory content may have changed */
/* Save current */
if (ndents > 0)
copycurname();
goto begin;
case SEL_RUNARG:
run = xgetenv(env, run);


Cargando…
Cancelar
Guardar