summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-03-20 00:16:43 +0100
committerDavid Seifert <soap@gentoo.org>2022-03-20 00:16:43 +0100
commit179c31686d2cc8d4ef8138a265c3c486eee01872 (patch)
treed1894beeb5e963b59dc710ca4862d7276e95091b /app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
parentapp-editors/xemacs: quote $(tc-*) calls (diff)
downloadgentoo-179c31686d2cc8d4ef8138a265c3c486eee01872.tar.gz
gentoo-179c31686d2cc8d4ef8138a265c3c486eee01872.tar.bz2
gentoo-179c31686d2cc8d4ef8138a265c3c486eee01872.zip
app-emulation/dosemu: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild')
-rw-r--r--app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
index 0dd838852b79..2dbe9f043651 100644
--- a/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
+++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2002-2021 Gentoo Authors
+# Copyright 2002-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -109,7 +109,7 @@ src_configure() {
src_compile() {
# src/makefile.common is written manually, uses AR=ar
- emake AR=$(tc-getAR)
+ emake AR="$(tc-getAR)"
}
src_install() {