aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-25 21:01:31 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-25 21:01:31 +0100
commit16caabaec4235c1190cc1d977425075c799bf5ff (patch)
tree940da81ababac980d7bc5db6272da41c3462eb35
parentebuild-mode/ebuild.yas: escape special syntax (diff)
downloademacs-ebuild-snippets-16caabaec4235c1190cc1d977425075c799bf5ff.tar.gz
emacs-ebuild-snippets-16caabaec4235c1190cc1d977425075c799bf5ff.tar.bz2
emacs-ebuild-snippets-16caabaec4235c1190cc1d977425075c799bf5ff.zip
ebuild-mode/patches.yas: escape special syntax
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--snippets/ebuild-mode/patches.yas2
1 files changed, 1 insertions, 1 deletions
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 )