diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-04-10 18:12:00 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-04-10 18:12:00 +0100 |
commit | f3617bd7caf83a6e184cbdfeeebed0be88f158fa (patch) | |
tree | c9a728e8d476e0186e9ea573df493df97bb1a862 | |
parent | 096fb3723bb26e04b5f2798038fc3b2a7f0d6a5f (diff) |
no exe should be unquoted, agreed to Peter Hartlich
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe" +exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe |