pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096fb37
)
no exe should be unquoted, agreed to Peter Hartlich
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 10 Apr 2008 17:12:00 +0000
(18:12 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 10 Apr 2008 17:12:00 +0000
(18:12 +0100)
dmenu_run
patch
|
blob
|
history
diff --git
a/dmenu_run
b/dmenu_run
index
3858796
..
3e1e6e4
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