From f2d2c6cc57a6e44a4fd0d5c697f3250285b9970c Mon Sep 17 00:00:00 2001 From: Emerson MX Date: Fri, 4 Oct 2019 20:15:41 -0300 Subject: [PATCH] Fix read only error --- src/ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.sh b/src/ui.sh index 7c45d08..3f7fc48 100644 --- a/src/ui.sh +++ b/src/ui.sh @@ -3,7 +3,7 @@ ui::pick() { local -r autoselect="$(dict::get "$OPTIONS" autoselect)" - local args=() + declare -a args args+=("--height") args+=("100%") if ${autoselect:-false}; then