This website works better with JavaScript.
Explore
Help
Register
Sign In
jasper
/
dmenu
Watch
1
Star
0
Fork
You've already forked dmenu
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fix dmenu_path exec sh
Browse Source
suckless/develop
Connor Lane Smith
13 years ago
parent
a02a1a6623
commit
5162d1b37a
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
dmenu_run
Unescape
Escape
View File
@ -12,4 +12,4 @@ fi
else
else
dmenu "$@" < "$cache"
dmenu "$@" < "$cache"
fi
fi
) |
read cmd &&
exec sh
-c "$cmd"
) | exec sh
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
jasper/dmenu
Title
Body
Create Issue