fixed unquoted dmenu_run $exe-use reported by Jukka
This commit is contained in:
parent
aecf6ce78d
commit
833d8cc986
@ -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