From c55eefa7eaac1ea654df527e3e6f3c70aeae4647 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 26 Apr 2020 23:56:50 -0700 Subject: [PATCH] dev-lang/rust-bin: quote variable Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev --- 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 377762a91d31..8596ce253305 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}" -- 2.26.2