From 1d6ad9fdcf22f300282e4f863b5ed1f1bafe45ae Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 20 Mar 2022 00:16:35 +0100 Subject: app-benchmarks/iozone: quote $(tc-*) calls Signed-off-by: David Seifert --- app-benchmarks/iozone/iozone-3.488.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-benchmarks/iozone') diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild index 00423cba6544..d564c8a49563 100644 --- a/app-benchmarks/iozone/iozone-3.488.ebuild +++ b/app-benchmarks/iozone/iozone-3.488.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,7 +44,7 @@ src_configure() { # makefile uses $(GCC) in a few places, probably # by mistake. - export GCC=$(tc-getCC) + export GCC="$(tc-getCC)" } src_compile() { -- cgit v1.2.3-65-gdbad