]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/test.sh
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-2020-11-27
[rust.git] / compiler / rustc_codegen_cranelift / test.sh
index 3cdd4119d794cda6c8a045dce1c5a80566986030..c6c4956e4817446aa580f20ab89d9dbce41ead0c 100755 (executable)
@@ -3,13 +3,13 @@ set -e
 
 export RUSTFLAGS="-Zrun_dsymutil=no"
 
-./build.sh --without-sysroot $@
+./build.sh --without-sysroot "$@"
 
 rm -r target/out || true
 
 scripts/tests.sh no_sysroot
 
-./build.sh $@
+./build.sh "$@"
 
 scripts/tests.sh base_sysroot
 scripts/tests.sh extended_sysroot