diff options
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
index : nnn.git | ||
forked from https://github.com/jarun/nnn | Tim Segers |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/nnn.c | 2 |
@@ -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 |