diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-03-25 21:01:31 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-25 21:01:31 +0100 |
commit | 16caabaec4235c1190cc1d977425075c799bf5ff (patch) | |
tree | 940da81ababac980d7bc5db6272da41c3462eb35 | |
parent | ebuild-mode/ebuild.yas: escape special syntax (diff) | |
download | emacs-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.yas | 2 |
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 ) |