From a14a06fe0e335f282a1b8ab016b5ce4cbbe2dcb8 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sat, 30 Jun 2012 18:46:02 +0200 Subject: Issue #15170: Quote the variable that expands to the current directory. --- Tools/buildbot/build-amd64.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12