X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=blobdiff_plain;f=dmenu_path;fp=dmenu_path;h=94db694cbb7c049dc5ce2e23e539843f467a0f4d;hp=a9a89b73cc51a0bba3b46ee6a6f8fb04f72688f1;hb=d50ff5ca11564237f4f3f4a3b2d28f282c787acf;hpb=383e40dc21ec7a2d484314199ea930f09f86dd77 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