Silence the first find in dmenu_path.
[dmenu.git] / dmenu_path
index a9a89b7..94db694 100755 (executable)
@@ -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