projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6423288
)
fixed unquoted dmenu_run $exe-use reported by Jukka
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 10 Apr 2008 15:46:32 +0000
(16:46 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 10 Apr 2008 15:46:32 +0000
(16:46 +0100)
dmenu_run
patch
|
blob
|
history
diff --git
a/dmenu_run
b/dmenu_run
index 3e1e6e443e17e5ec78542ef4968625b567850282..3858796ffe6ce0d7f5f7821a61aa4fb218c7f5e9 100755
(executable)
--- a/
dmenu_run
+++ b/
dmenu_run
@@
-1,2
+1,2
@@
#!/bin/sh
-exe=`dmenu_path | dmenu ${1+"$@"}` && exec
$exe
+exe=`dmenu_path | dmenu ${1+"$@"}` && exec
"$exe"