Silence the first find in dmenu_path.

This commit is contained in:
Kris Maglione 2007-05-23 18:35:05 -04:00
parent 383e40dc21
commit d50ff5ca11
1 changed files with 1 additions and 1 deletions

View File

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