aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 46983c4..9fdb103 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -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