tSilence the first find in dmenu_path. - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d50ff5ca11564237f4f3f4a3b2d28f282c787acf
 (DIR) parent 383e40dc21ec7a2d484314199ea930f09f86dd77
 (HTM) Author: Kris Maglione <jg@suckless.org>
       Date:   Wed, 23 May 2007 18:35:05 -0400
       
       Silence the first find in dmenu_path.
       Diffstat:
         dmenu_path                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dmenu_path b/dmenu_path
       t@@ -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