commit: 74bcb45716321e8c7dc8f63bda777b579027acf1
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 12:59:49 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 13:00:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bcb457
net-misc/connman: fix quoting
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-misc/connman/connman-1.42_pre20220828-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
b/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
index 3481338abfeb..7bd768066253 100644
--- a/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
@@ -56,9 +56,9 @@ src_prepare() {
default
eautoreconf
- cp "${FILESDIR}"/${PN}.initd2 ${T}
+ cp "${FILESDIR}"/${PN}.initd2 "${T}"
if use iwd; then
- sed -i -e "s/need dbus/need dbus iwd/" ${T}/${PN}.initd2 || die
+ sed -i -e "s/need dbus/need dbus iwd/" "${T}"/${PN}.initd2 ||
die
fi
}