Fix grouping in dmenu_path.
383e40dc
1 file(s) · +1 −1
| 16 | 16 | then |
|
| 17 | 17 | { |
|
| 18 | 18 | echo "$PATH" |
|
| 19 | - | qfind $PATH -type f -maxdepth 1 -perm -u+x -o -perm -g+x -o -perm -o+x | |
|
| 19 | + | qfind $PATH -type f -maxdepth 1 '(' -perm -u+x -o -perm -g+x -o -perm -o+x ')' | |
|
| 20 | 20 | sed 's,.*/,,' | sort | uniq |
|
| 21 | 21 | } > $CACHE.$pid |
|
| 22 | 22 | mv $CACHE.$pid $CACHE |