commit: c55eefa7eaac1ea654df527e3e6f3c70aeae4647
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 27 06:56:50 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Apr 27 06:57:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55eefa7
dev-lang/rust-bin: quote variable
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
dev-lang/rust-bin/rust-bin-1.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/rust-bin/rust-bin-1.43.0.ebuild
b/dev-lang/rust-bin/rust-bin-1.43.0.ebuild
index 377762a91d3..8596ce25330 100644
--- a/dev-lang/rust-bin/rust-bin-1.43.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.43.0.ebuild
@@ -51,7 +51,7 @@ multilib_src_install() {
if multilib_is_native_abi; then
# start native abi install
- pushd ${S} >/dev/null || die
+ pushd "${S}" >/dev/null || die
local std
std="$(grep 'std' ./components)"
local components="rustc,cargo,${std}"