aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {
9uptodate() { 9uptodate() {
10 test -f $CACHE && 10 test -f $CACHE &&
11 test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" && 11 test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" &&
12 qfind $PATH -maxdepth 0 -newer $CACHE 12 qfind $PATH -maxdepth 0 -newer $CACHE >/dev/null
13} 13}
14 14
15if ! uptodate 15if ! uptodate