fixed unquoted dmenu_run $exe-use reported by Jukka
This commit is contained in:
parent
6423288394
commit
096fb3723b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue