Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: snippets/ebuild-mode/
Date: Tue, 14 Mar 2023 23:12:57
Message-Id: 1678835554.acf19e0558efc743c23dc85c28ddc8f051bfe251.xgqt@gentoo
1 commit: acf19e0558efc743c23dc85c28ddc8f051bfe251
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 23:12:34 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 23:12:34 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=acf19e05
7
8 econf.yas: escape special syntax
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 snippets/ebuild-mode/econf.yas | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/snippets/ebuild-mode/econf.yas b/snippets/ebuild-mode/econf.yas
16 index 5e7cba7..959fd40 100644
17 --- a/snippets/ebuild-mode/econf.yas
18 +++ b/snippets/ebuild-mode/econf.yas
19 @@ -26,4 +26,4 @@
20 local -a myconf=(
21 $0
22 )
23 -econf "${myconf[@]}"
24 +econf "\${myconf[@]}"