no exe should be unquoted, agreed to Peter Hartlich
This commit is contained in:
parent
833d8cc986
commit
bed4bc5fd0
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exe=`dmenu_path | dmenu ${1+"$@"}` && exec "$exe"
|
exe=`dmenu_path | dmenu ${1+"$@"}` && exec $exe
|
||||||
|
Loading…
Reference in New Issue
Block a user