diff options
| author | theKidOfArcrania <theKidOfArcrania@users.noreply.github.com> | 2024-05-15 10:47:07 -0700 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2024-05-21 01:09:47 +0200 |
| commit | 0000f98d7307ebc2ab0e81914b5a3e0fa60f4a3b (patch) | |
| tree | 53490e6f59cadfa3adae8974fc3da72133b4fe0c /library/compiler-builtins | |
| parent | e246ba5a460e45aaf24aaa5a8d2ccbc04227544c (diff) | |
| download | rust-0000f98d7307ebc2ab0e81914b5a3e0fa60f4a3b.tar.gz rust-0000f98d7307ebc2ab0e81914b5a3e0fa60f4a3b.zip | |
Fix backslash
Diffstat (limited to 'library/compiler-builtins')
| -rwxr-xr-x | library/compiler-builtins/ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/run.sh b/library/compiler-builtins/ci/run.sh index 2620dfff8e6..d4f0b80fbf7 100755 --- a/library/compiler-builtins/ci/run.sh +++ b/library/compiler-builtins/ci/run.sh @@ -34,7 +34,7 @@ fi if [ "${TEST_UNC:-}" = "1" ]; then function run() { - cmd.exe /c cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir "\\\\?\\%TEMP%\\test_unc" "$@" + cmd.exe /c cargo build --manifest-path "testcrate\\Cargo.toml" --target $target --target-dir "\\\\?\\%TEMP%\\test_unc" "$@" } run run --release |
