From d50ff5ca11564237f4f3f4a3b2d28f282c787acf Mon Sep 17 00:00:00 2001
From: Kris Maglione <jg@suckless.org>
Date: Wed, 23 May 2007 18:35:05 -0400
Subject: [PATCH] Silence the first find in dmenu_path.

---
 dmenu_path | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dmenu_path b/dmenu_path
index a9a89b7..94db694 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -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