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
no exe should be unquoted, agreed to Peter Hartlich
master
Anselm R Garbe
16 years ago
parent
096fb3723b
commit
f3617bd7ca
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
@ -1,2 +1,2 @@
#!/bin/sh
exe=`dmenu_path | dmenu ${1+"$@"}` && exec
"
$exe
"
exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe
Write
Preview
Loading…
Cancel
Save