浏览代码

Fix detecting end of evironment options (#610)

This allow using both NNN_OPTS and options with arguments from argv.
master
lvgx GitHub 4 年前
父节点
当前提交
41dc17883a
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c 查看文件

@@ -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


正在加载...
取消
保存