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 dmenu_path exec sh
master
Connor Lane Smith
13 years ago
parent
a02a1a6623
commit
5162d1b37a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu_run
+ 1
- 1
dmenu_run
View File
@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
) |
read cmd &&
exec sh
-c "$cmd"
) | exec sh
Write
Preview
Loading…
Cancel
Save