From 16caabaec4235c1190cc1d977425075c799bf5ff Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sat, 25 Mar 2023 21:01:31 +0100 Subject: ebuild-mode/patches.yas: escape special syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- snippets/ebuild-mode/patches.yas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ebuild-mode/patches.yas b/snippets/ebuild-mode/patches.yas index ce54248..5a5431c 100644 --- a/snippets/ebuild-mode/patches.yas +++ b/snippets/ebuild-mode/patches.yas @@ -23,4 +23,4 @@ # -- -PATCHES=( "${FILESDIR}"/$1 $0 ) +PATCHES=( "\${FILESDIR}"/$1 $0 ) -- cgit v1.2.3-65-gdbad