projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0afb72
)
Issue #15170: Quote the variable that expands to the current directory.
author
Stefan Krah
<skrah@bytereef.org>
Sat, 30 Jun 2012 16:46:02 +0000
(18:46 +0200)
committer
Stefan Krah
<skrah@bytereef.org>
Sat, 30 Jun 2012 16:46:02 +0000
(18:46 +0200)
Tools/buildbot/build-amd64.bat
patch
|
blob
|
history
diff --git
a/Tools/buildbot/build-amd64.bat
b/Tools/buildbot/build-amd64.bat
index e215a2913684636610a836cf2e99d0b93966c1dd..8713b381e9fbb836e48e996625bb1934ef08aae7 100644
(file)
--- 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