소스 검색

Fix detecting end of evironment options (#610)

This allow using both NNN_OPTS and options with arguments from argv.
master
lvgx GitHub 5 년 전
부모
커밋
41dc17883a
No known key found for this signature in database 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


불러오는 중...
취소
저장