all repos — dmenu @ d50ff5ca11564237f4f3f4a3b2d28f282c787acf

my build of dmenu

Silence the first find in dmenu_path.
Kris Maglione jg@suckless.org
Wed, 23 May 2007 18:35:05 -0400
commit

d50ff5ca11564237f4f3f4a3b2d28f282c787acf

parent

383e40dc21ec7a2d484314199ea930f09f86dd77

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dmenu_pathdmenu_path

@@ -9,7 +9,7 @@

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