diff options
author | Kris Maglione <jg@suckless.org> | 2007-05-23 18:35:05 -0400 |
---|---|---|
committer | Kris Maglione <jg@suckless.org> | 2007-05-23 18:35:05 -0400 |
commit | d50ff5ca11564237f4f3f4a3b2d28f282c787acf (patch) | |
tree | d3f2736110246fd0600ac4b5420ab375088eea5e | |
parent | 383e40dc21ec7a2d484314199ea930f09f86dd77 (diff) |
Silence the first find in dmenu_path.
-rwxr-xr-x | dmenu_path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |