ソースを参照

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


読み込み中…
キャンセル
保存