diff options
author | 2022-08-11 11:54:19 +0100 | |
---|---|---|
committer | 2022-08-11 11:54:53 +0100 | |
commit | da6b29c16953681c0555bf59cc999a76eeba71cf (patch) | |
tree | f60e8fea71bb65fb1afaae7dc295d13296b6b59e /sys-cluster/c3 | |
parent | sys-block/flashbench: fix UnquotedVariable (diff) | |
download | gentoo-da6b29c16953681c0555bf59cc999a76eeba71cf.tar.gz gentoo-da6b29c16953681c0555bf59cc999a76eeba71cf.tar.bz2 gentoo-da6b29c16953681c0555bf59cc999a76eeba71cf.zip |
sys-cluster/c3: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/c3')
-rw-r--r-- | sys-cluster/c3/c3-4.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild index f8985982ddea..76baca262f11 100644 --- a/sys-cluster/c3/c3-4.0.1.ebuild +++ b/sys-cluster/c3/c3-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,8 +38,8 @@ src_install() { done # Get systemimager-using tool out of bin, since systemimager isn't in # portage - dodoc ${D}/${C3DIR}/cpushimage - rm ${D}/${C3DIR}/cpushimage || die + dodoc "${D}"/${C3DIR}/cpushimage + rm "${D}"/${C3DIR}/cpushimage || die dodoc README README.scale CHANGELOG KNOWN_BUGS docinto contrib |