소스 검색

Silence the first find in dmenu_path.

master
Kris Maglione 17 년 전
부모
커밋
d50ff5ca11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path 파일 보기

@@ -9,7 +9,7 @@ qfind() {
uptodate() {
test -f $CACHE &&
test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" &&
qfind $PATH -maxdepth 0 -newer $CACHE
qfind $PATH -maxdepth 0 -newer $CACHE >/dev/null
}

if ! uptodate


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