浏览代码

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


正在加载...
取消
保存