dmenu

my fork of dmenu
Index Commits Files Refs README LICENSE
commit d50ff5ca11564237f4f3f4a3b2d28f282c787acf
parent 383e40dc21ec7a2d484314199ea930f09f86dd77
Author: Kris Maglione <jg@suckless.org>
Date:   Wed, 23 May 2007 18:35:05 -0400

Silence the first find in dmenu_path.
Diffstat:
Mdmenu_path | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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