This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix grouping in dmenu_path.
master
Kris Maglione
17 years ago
parent
8369e1736b
commit
383e40dc21
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu_path
+ 1
- 1
dmenu_path
View File
@ -16,7 +16,7 @@ if ! uptodate
then
then
{
{
echo "$PATH"
echo "$PATH"
qfind $PATH -type f -maxdepth 1 -perm -u+x -o -perm -g+x -o -perm -o+x |
qfind $PATH -type f -maxdepth 1
'('
-perm -u+x -o -perm -g+x -o -perm -o+x
')'
|
sed 's,.*/,,' | sort | uniq
sed 's,.*/,,' | sort | uniq
} > $CACHE.$pid
} > $CACHE.$pid
mv $CACHE.$pid $CACHE
mv $CACHE.$pid $CACHE
Write
Preview
Loading…
Cancel
Save