diff options
| -rwxr-xr-x | dmenu_path | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ qfind() { | |||
| 9 | uptodate() { | 9 | uptodate() { | 
| 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 | ||
| 15 | if ! uptodate | 15 | if ! uptodate | 
