rustup: fix rust-lld wrapper argument quoting (#390475)

This commit is contained in:
Aleksana
2025-12-09 13:53:16 +00:00
committed by GitHub
@@ -39,7 +39,7 @@ index dfccc661..85233f3b 100644
+set -eu -o pipefail +o posix
+shopt -s nullglob
+export PROG=\"{}\"
+\"{}\" $@",
+\"{}\" \"$@\"",
+ unwrapped_lld.to_string_lossy().to_string(),
+ ld_wrapper_path.to_string_lossy().to_string(),
+ );