]> git.armaanb.net Git - dmenu.git/commitdiff
Silence the first find in dmenu_path.
authorKris Maglione <jg@suckless.org>
Wed, 23 May 2007 22:35:05 +0000 (18:35 -0400)
committerKris Maglione <jg@suckless.org>
Wed, 23 May 2007 22:35:05 +0000 (18:35 -0400)
dmenu_path

index a9a89b73cc51a0bba3b46ee6a6f8fb04f72688f1..94db694cbb7c049dc5ce2e23e539843f467a0f4d 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