Fix grouping in dmenu_path. 383e40dc
Kris Maglione · 2007-05-23 16:59 1 file(s) · +1 −1
dmenu_path +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