Skip to content

Commit 667b91a

Browse files
authored
Add missing backslashes to get_externals.bat (GH-5731)
1 parent 01423cb commit 667b91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PCbuild/get_externals.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for %%e in (%libraries%) do (
6565
git clone --depth 1 https://github.com/%ORG%/cpython-source-deps --branch %%e "%EXTERNALS_DIR%\%%e"
6666
) else (
6767
echo.Fetching %%e...
68-
%PYTHON% -E "%PCBUILD%get_external.py" -O %ORG% -e "%EXTERNALS_DIR%" %%e
68+
%PYTHON% -E "%PCBUILD%\get_external.py" -O %ORG% -e "%EXTERNALS_DIR%" %%e
6969
)
7070
)
7171

@@ -84,7 +84,7 @@ for %%b in (%binaries%) do (
8484
git clone --depth 1 https://github.com/%ORG%/cpython-bin-deps --branch %%b "%EXTERNALS_DIR%\%%b"
8585
) else (
8686
echo.Fetching %%b...
87-
%PYTHON% -E "%PCBUILD%get_external.py" -b -O %ORG% -e "%EXTERNALS_DIR%" %%b
87+
%PYTHON% -E "%PCBUILD%\get_external.py" -b -O %ORG% -e "%EXTERNALS_DIR%" %%b
8888
)
8989
)
9090

0 commit comments

Comments
 (0)