aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-15 00:12:34 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-15 00:12:34 +0100
commitacf19e0558efc743c23dc85c28ddc8f051bfe251 (patch)
treefb957c2428f9c8fa949b8da134c96e772e808935
parentemake.yas: escape special syntax (diff)
downloademacs-ebuild-snippets-acf19e0558efc743c23dc85c28ddc8f051bfe251.tar.gz
emacs-ebuild-snippets-acf19e0558efc743c23dc85c28ddc8f051bfe251.tar.bz2
emacs-ebuild-snippets-acf19e0558efc743c23dc85c28ddc8f051bfe251.zip
econf.yas: escape special syntax
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-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 5e7cba7..959fd40 100644
--- a/snippets/ebuild-mode/econf.yas
+++ b/snippets/ebuild-mode/econf.yas
@@ -26,4 +26,4 @@
local -a myconf=(
$0
)
-econf "${myconf[@]}"
+econf "\${myconf[@]}"