mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
rust-toolchain.eclass: Quote argument of ":" command
This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: rust-toolchain.eclass
|
||||
@@ -23,7 +23,7 @@ inherit multilib-build
|
||||
# This variable specifies the base URL used by the
|
||||
# rust_arch_uri and rust_all_arch_uris functions when
|
||||
# generating the URI output list.
|
||||
: ${RUST_TOOLCHAIN_BASEURL:=https://static.rust-lang.org/dist/}
|
||||
: "${RUST_TOOLCHAIN_BASEURL:=https://static.rust-lang.org/dist/}"
|
||||
|
||||
# @FUNCTION: rust_abi
|
||||
# @USAGE: [CHOST-value]
|
||||
|
||||
Reference in New Issue
Block a user