diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7050,6 +7050,8 @@ int main(int argc, char *argv[]) usage(); return EXIT_FAILURE; } + if (env_opts_id == 0) + env_opts_id = -1; } #ifdef DBGMODE |