handle rofiopts with quotes properly. Should fix #33

This commit is contained in:
Rasmus Steinke 2016-03-29 17:53:06 +02:00
parent 08d4e37a2f
commit 1cb23cd396

View File

@ -463,7 +463,7 @@ password_gen () {
}
function _rofi () {
rofi -dmenu -z $(echo "${rofiopts}") "$@"
rofi -dmenu -z "${rofiopts}" "$@"
}
help_msg () {