Silence the first find in dmenu_path.

suckless/develop
Kris Maglione 18 years ago
parent 383e40dc21
commit d50ff5ca11

@ -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…
Cancel
Save