Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cf1cc7

Browse files
author
Stefan Krah
committed
Issue #15171: Quote the variable that expands to the current directory.
1 parent c399185 commit 4cf1cc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/buildbot/build-amd64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@rem Used by the buildbot "compile" step.
2-
set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe
2+
set HOST_PYTHON="%CD%\PCbuild\amd64\python_d.exe"
33
cmd /c Tools\buildbot\external-amd64.bat
44
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
55
cmd /c Tools\buildbot\clean-amd64.bat

0 commit comments

Comments
 (0)