diff --git a/Library/Homebrew/shims/super/rustc_wrapper b/Library/Homebrew/shims/super/rustc_wrapper index ad2c97c7a1..a9daf6b560 100755 --- a/Library/Homebrew/shims/super/rustc_wrapper +++ b/Library/Homebrew/shims/super/rustc_wrapper @@ -12,4 +12,4 @@ 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} "$@" +exec "${RUSTC}" "$@" ${HOMEBREW_RUSTFLAGS}