Преглед изворни кода

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…
Откажи
Сачувај