Explorar el Código

Fix detecting end of evironment options (#610)

This allow using both NNN_OPTS and options with arguments from argv.
master
lvgx GitHub hace 4 años
padre
commit
41dc17883a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Ver fichero

@@ -7048,6 +7048,8 @@ int main(int argc, char *argv[])
usage();
return EXIT_FAILURE;
}
if (env_opts_id == 0)
env_opts_id = -1;
}

#ifdef DBGMODE


Cargando…
Cancelar
Guardar