瀏覽代碼

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


Loading…
取消
儲存