From: Stefan Krah Date: Sat, 30 Jun 2012 16:35:15 +0000 (+0200) Subject: Issue #15171: Quote the variable that expands to the current directory. X-Git-Tag: v3.3.0b2~341^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cf1cc71a6c8a83e5bac7660ae900971594e1005;p=thirdparty%2FPython%2Fcpython.git Issue #15171: Quote the variable that expands to the current directory. --- diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat index e215a2913684..8713b381e9fb 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