Merge pull request #20431 from Homebrew/rustc_wrapper-fix
shims/super/rustc_wrapper: fix comment
This commit is contained in:
commit
e16be4672a
@ -9,7 +9,6 @@
|
||||
RUSTC="${1}"
|
||||
shift
|
||||
|
||||
# Prepend HOMEBREW_RUSTFLAGS to the arguments if set.
|
||||
# HOMEBREW_RUSTFLAGS is set in extend/ENV/{std,super}.rb
|
||||
# shellcheck disable=SC2086,SC2154
|
||||
exec "${RUSTC}" "$@" ${HOMEBREW_RUSTFLAGS}
|
||||
# Append HOMEBREW_RUSTFLAGS to the arguments if set.
|
||||
read -ra RUSTFLAGS <<<"${HOMEBREW_RUSTFLAGS:-}"
|
||||
exec "${RUSTC}" "$@" "${RUSTFLAGS[@]}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user