diff options
author | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:47 +0100 |
commit | 34966bc21d8ec47461ffcd30cd356043f4e25212 (patch) | |
tree | ed24df9e84086008e8d0ee997b5511804cf010c9 /app-misc/empty | |
parent | app-misc/dvtm: quote $(tc-*) calls (diff) | |
download | gentoo-34966bc21d8ec47461ffcd30cd356043f4e25212.tar.gz gentoo-34966bc21d8ec47461ffcd30cd356043f4e25212.tar.bz2 gentoo-34966bc21d8ec47461ffcd30cd356043f4e25212.zip |
app-misc/empty: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/empty')
-rw-r--r-- | app-misc/empty/empty-0.6.21b.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/empty/empty-0.6.21b.ebuild b/app-misc/empty/empty-0.6.21b.ebuild index d574ec552a4d..ab9493016850 100644 --- a/app-misc/empty/empty-0.6.21b.ebuild +++ b/app-misc/empty/empty-0.6.21b.ebuild @@ -20,7 +20,7 @@ PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" ) S="${WORKDIR}" src_compile() { - emake CC=$(tc-getCC) + emake CC="$(tc-getCC)" } src_install() { |