Przeglądaj źródła

Silence the first find in dmenu_path.

master
Kris Maglione 17 lat temu
rodzic
commit
d50ff5ca11
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz