Skip to content

Commit b01ae89

Browse files
theKidOfArcraniaAmanieu
authored andcommitted
Fix backslash
1 parent 63d8d99 commit b01ae89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-builtins/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434

3535
if [ "${TEST_UNC:-}" = "1" ]; then
3636
function run() {
37-
cmd.exe /c cargo build --manifest-path testcrate/Cargo.toml --target $target --target-dir "\\\\?\\%TEMP%\\test_unc" "$@"
37+
cmd.exe /c cargo build --manifest-path "testcrate\\Cargo.toml" --target $target --target-dir "\\\\?\\%TEMP%\\test_unc" "$@"
3838
}
3939
run
4040
run --release

0 commit comments

Comments
 (0)