Skip to content

Commit 0000f98

Browse files
theKidOfArcraniaAmanieu
authored andcommitted
Fix backslash
1 parent e246ba5 commit 0000f98

File tree

1 file changed

+1
-1
lines changed
  • library/compiler-builtins/ci

1 file changed

+1
-1
lines changed

library/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)