]> granicus.if.org Git - python/commitdiff
Issue #15171: Quote the variable that expands to the current directory.
authorStefan Krah <skrah@bytereef.org>
Sat, 30 Jun 2012 16:35:15 +0000 (18:35 +0200)
committerStefan Krah <skrah@bytereef.org>
Sat, 30 Jun 2012 16:35:15 +0000 (18:35 +0200)
Tools/buildbot/build-amd64.bat

index e215a2913684636610a836cf2e99d0b93966c1dd..8713b381e9fbb836e48e996625bb1934ef08aae7 100644 (file)
@@ -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