summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-06-30 16:35:15 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-06-30 16:35:15 (GMT)
commit4cf1cc71a6c8a83e5bac7660ae900971594e1005 (patch)
tree489d6412c28c56c4a2be21025907021d29ef46db /Tools
parentc399185fcc9ca795840db4c94f273effa2d40947 (diff)
downloadcpython-4cf1cc71a6c8a83e5bac7660ae900971594e1005.zip
cpython-4cf1cc71a6c8a83e5bac7660ae900971594e1005.tar.gz
cpython-4cf1cc71a6c8a83e5bac7660ae900971594e1005.tar.bz2
Issue #15171: Quote the variable that expands to the current directory.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/build-amd64.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat
index e215a29..8713b38 100644
--- a/Tools/buildbot/build-amd64.bat
+++ b/Tools/buildbot/build-amd64.bat
@@ -1,5 +1,5 @@
@rem Used by the buildbot "compile" step.
-set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe
+set HOST_PYTHON="%CD%\PCbuild\amd64\python_d.exe"
cmd /c Tools\buildbot\external-amd64.bat
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
cmd /c Tools\buildbot\clean-amd64.bat