diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-17 20:46:08 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-17 20:46:08 +0200 |
commit | 7aec5981f99913ba8d33e0b7a1e3ae80e42d4fd5 (patch) | |
tree | cbc3e820ccfefbe903ebd49b5e81bf2fe28f67d4 /app-xemacs | |
parent | app-xemacs/ebuild-mode: drop 1.62 (diff) | |
download | gentoo-7aec5981f99913ba8d33e0b7a1e3ae80e42d4fd5.tar.gz gentoo-7aec5981f99913ba8d33e0b7a1e3ae80e42d4fd5.tar.bz2 gentoo-7aec5981f99913ba8d33e0b7a1e3ae80e42d4fd5.zip |
app-xemacs/ebuild-mode: Avoid nested quotes in XEmacs arguments
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/ebuild-mode/ebuild-mode-1.64.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.64.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.64.ebuild index 89d7b413d785..db4d01173c23 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.64.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.64.ebuild @@ -21,7 +21,7 @@ src_compile() { local XEMACS="${EPREFIX}/usr/bin/xemacs" "${XEMACS}" -batch -q --no-site-file \ - -eval "(add-to-list 'load-path \".\")" \ + -eval "(add-to-list 'load-path nil)" \ -f batch-byte-compile \ ebuild-mode.el gentoo-newsitem-mode.el || die |