diff options
-rwxr-xr-x | dmenu_path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ if ! uptodate | |||
16 | then | 16 | then |
17 | { | 17 | { |
18 | echo "$PATH" | 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 | sed 's,.*/,,' | sort | uniq | 20 | sed 's,.*/,,' | sort | uniq |
21 | } > $CACHE.$pid | 21 | } > $CACHE.$pid |
22 | mv $CACHE.$pid $CACHE | 22 | mv $CACHE.$pid $CACHE |