From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D922415A7D9 for ; Tue, 14 Mar 2023 23:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199B1E07DB; Tue, 14 Mar 2023 23:12:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0C2FE07DB for ; Tue, 14 Mar 2023 23:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0197340D4D for ; Tue, 14 Mar 2023 23:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64CAA8D7 for ; Tue, 14 Mar 2023 23:12:54 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1678835554.acf19e0558efc743c23dc85c28ddc8f051bfe251.xgqt@gentoo> Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: snippets/ebuild-mode/ X-VCS-Repository: proj/emacs-ebuild-snippets X-VCS-Files: snippets/ebuild-mode/econf.yas X-VCS-Directories: snippets/ebuild-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: acf19e0558efc743c23dc85c28ddc8f051bfe251 X-VCS-Branch: master Date: Tue, 14 Mar 2023 23:12:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23159193-9306-4992-8677-a226f097fd08 X-Archives-Hash: fcb8abcd3d2f0b4e9fe122ad1345568a commit: acf19e0558efc743c23dc85c28ddc8f051bfe251 Author: Maciej Barć gentoo org> AuthorDate: Tue Mar 14 23:12:34 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Mar 14 23:12:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=acf19e05 econf.yas: escape special syntax Signed-off-by: Maciej Barć gentoo.org> snippets/ebuild-mode/econf.yas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[@]}"