ソースを参照

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


読み込み中…
キャンセル
保存