Fix read only error

This commit is contained in:
Emerson MX 2019-10-04 20:15:41 -03:00
parent b7c5fb8fea
commit f2d2c6cc57

View file

@ -3,7 +3,7 @@
ui::pick() { ui::pick() {
local -r autoselect="$(dict::get "$OPTIONS" autoselect)" local -r autoselect="$(dict::get "$OPTIONS" autoselect)"
local args=() declare -a args
args+=("--height") args+=("--height")
args+=("100%") args+=("100%")
if ${autoselect:-false}; then if ${autoselect:-false}; then