Silence the first find in dmenu_path.
d50ff5ca
1 file(s) · +1 −1
| 9 | 9 | uptodate() { |
|
| 10 | 10 | test -f $CACHE && |
|
| 11 | 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 | 15 | if ! uptodate |