no exe should be unquoted, agreed to Peter Hartlich
f3617bd7
1 file(s) · +1 −1
| 1 | 1 | #!/bin/sh |
|
| 2 | - | exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe" |
|
| 2 | + | exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe |