diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 10:34:35 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 10:34:35 +0200 |
commit | 2ad0d63ca2e81083b26f24163d19c89d1d268904 (patch) | |
tree | 162a7efda70dcdabc0fa2f125f985210fea7d649 | |
parent | live.yas: update - quotes and spacing (diff) | |
download | emacs-ebuild-snippets-2ad0d63ca2e81083b26f24163d19c89d1d268904.tar.gz emacs-ebuild-snippets-2ad0d63ca2e81083b26f24163d19c89d1d268904.tar.bz2 emacs-ebuild-snippets-2ad0d63ca2e81083b26f24163d19c89d1d268904.zip |
s.yas: extend quote
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | snippets/ebuild-mode/s.yas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ebuild-mode/s.yas b/snippets/ebuild-mode/s.yas index 6cbe743..5b8717e 100644 --- a/snippets/ebuild-mode/s.yas +++ b/snippets/ebuild-mode/s.yas @@ -23,4 +23,4 @@ # -- -S="\${WORKDIR}"/${1:\${PN}-\${PV}}
\ No newline at end of file +S="\${WORKDIR}/${1:\${PN}-\${PV}}"
\ No newline at end of file |