Explorar el Código

Silence the first find in dmenu_path.

master
Kris Maglione hace 17 años
padre
commit
d50ff5ca11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path Ver fichero

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


Cargando…
Cancelar
Guardar