commit d50ff5ca11564237f4f3f4a3b2d28f282c787acf
parent 383e40dc21ec7a2d484314199ea930f09f86dd77
Author: Kris Maglione
Date: 2007-05-23 22:35Z

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