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:13:02
Message-Id: 1678835523.f4835a3b649065283fd2a098bc237c7406ed3afd.xgqt@gentoo
1 commit: f4835a3b649065283fd2a098bc237c7406ed3afd
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 23:12:03 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 23:12:03 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=f4835a3b
7
8 emake.yas: escape special syntax
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 snippets/ebuild-mode/emake.yas | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/snippets/ebuild-mode/emake.yas b/snippets/ebuild-mode/emake.yas
16 index f470eb9..2f35b3a 100644
17 --- a/snippets/ebuild-mode/emake.yas
18 +++ b/snippets/ebuild-mode/emake.yas
19 @@ -26,4 +26,4 @@
20 local -a mymakeargs=(
21 $0
22 )
23 -emake "${mymakeargs[@]}"
24 +emake "\${mymakeargs[@]}"