aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/ebuild-mode/econf.yas2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ebuild-mode/econf.yas b/snippets/ebuild-mode/econf.yas
index f9d51de..5e7cba7 100644
--- a/snippets/ebuild-mode/econf.yas
+++ b/snippets/ebuild-mode/econf.yas
@@ -23,7 +23,7 @@
# --
-local myconf=(
+local -a myconf=(
$0
)
econf "${myconf[@]}"