aboutsummaryrefslogtreecommitdiff
path: root/dmenu_path
diff options
context:
space:
mode:
authorKris Maglione <jg@suckless.org>2007-05-23 18:35:05 -0400
committerKris Maglione <jg@suckless.org>2007-05-23 18:35:05 -0400
commitd50ff5ca11564237f4f3f4a3b2d28f282c787acf (patch)
treed3f2736110246fd0600ac4b5420ab375088eea5e /dmenu_path
parent383e40dc21ec7a2d484314199ea930f09f86dd77 (diff)
downloaddmenu-d50ff5ca11564237f4f3f4a3b2d28f282c787acf.tar.gz
dmenu-d50ff5ca11564237f4f3f4a3b2d28f282c787acf.tar.bz2
dmenu-d50ff5ca11564237f4f3f4a3b2d28f282c787acf.zip
Silence the first find in dmenu_path.
Diffstat (limited to 'dmenu_path')
-rwxr-xr-xdmenu_path2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_path b/dmenu_path
index a9a89b7..94db694 100755
--- 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