summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-10 13:30:38 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-10 13:30:38 (GMT)
commit342cff6d555e7ab6833ea52178b4662e4a5738e8 (patch)
treee8ff2614e5c6b731b15668b5c1ee81f1f10cd311 /Tools/buildbot
parent42cdada8ce842527045bcf31b5c4356969c3b803 (diff)
downloadcpython-342cff6d555e7ab6833ea52178b4662e4a5738e8.zip
cpython-342cff6d555e7ab6833ea52178b4662e4a5738e8.tar.gz
cpython-342cff6d555e7ab6833ea52178b4662e4a5738e8.tar.bz2
Require that bash.exe is on the path, along with the rest of Cygwin.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/buildmsi.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat
index 96015ac..c04f578 100644
--- a/Tools/buildbot/buildmsi.bat
+++ b/Tools/buildbot/buildmsi.bat
@@ -3,7 +3,7 @@ cmd /c Tools\buildbot\external.bat
call "%VS71COMNTOOLS%vsvars32.bat"
cmd /q/c Tools\buildbot\kill_python.bat
devenv.com /useenv /build Release PCbuild\pcbuild.sln
-c:\cygwin\bin\bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
+bash.exe -c 'cd Doc;make PYTHON=python2.5 update htmlhelp'
"%ProgramFiles%\HTML Help Workshop\hhc.exe Doc\build\htmlhelp\pydoc.hhp
cd Tools\msi
del *.msi