rustup: fix rust-lld wrapper argument quoting (#390475)
This commit is contained in:
@@ -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(),
|
||||
+ );
|
||||
|
||||
Reference in New Issue
Block a user