diff options
author | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:35 +0100 |
commit | 1d6ad9fdcf22f300282e4f863b5ed1f1bafe45ae (patch) | |
tree | 4a51944642acbd5ce657ffee9eba2ade78234f14 /app-benchmarks/iozone | |
parent | app-backup/tarsnap: quote $(tc-*) calls (diff) | |
download | gentoo-1d6ad9fdcf22f300282e4f863b5ed1f1bafe45ae.tar.gz gentoo-1d6ad9fdcf22f300282e4f863b5ed1f1bafe45ae.tar.bz2 gentoo-1d6ad9fdcf22f300282e4f863b5ed1f1bafe45ae.zip |
app-benchmarks/iozone: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-benchmarks/iozone')
-rw-r--r-- | app-benchmarks/iozone/iozone-3.488.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |