From: Georgy Yakovlev Date: Mon, 27 Apr 2020 06:56:50 +0000 (-0700) Subject: dev-lang/rust-bin: quote variable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c55eefa7eaac1ea654df527e3e6f3c70aeae4647;p=gentoo.git dev-lang/rust-bin: quote variable Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev --- 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}"