소스 검색

Lookup xdg-open in PATH on non-Apple platforms (#70)

master
Dmitri Goutnik Arun Prakash Jana 7 년 전
부모
커밋
4dca8d7cf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nnn.c

+ 1
- 1
nnn.c 파일 보기

@@ -260,7 +260,7 @@ static char * const utils[] = {
#ifdef __APPLE__
"/usr/bin/open",
#else
"/usr/bin/xdg-open",
"xdg-open",
#endif
"nlay",
"atool"


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