[hackers] [dmenu] Silence the first find in dmenu_path.

From: Kris Maglione <jg_AT_suckless.org>
Date: Thu May 24 00:39:25 2007

changeset: 207:27c809f300dd
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Wed May 23 18:35:05 2007 -0400
summary: Silence the first find in dmenu_path.

diff -r 213d3a687e55 -r 27c809f300dd dmenu_path
--- a/dmenu_path Wed May 23 16:59:38 2007 -0400
+++ b/dmenu_path Wed May 23 18:35:05 2007 -0400
@@ -9,7 +9,7 @@ uptodate() {
 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
Received on Thu May 24 2007 - 00:39:25 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:56:48 UTC