commit:     da6b29c16953681c0555bf59cc999a76eeba71cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:54:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6b29c1

sys-cluster/c3: fix UnquotedVariable

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/c3/c3-4.0.1.ebuild | 6 +++---
 1 file 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

Reply via email to