summaryrefslogtreecommitdiff
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-10 13:30:38 +0000
committerMartin v. Löwis <martin@v.loewis.de>2007-09-10 13:30:38 +0000
commitfe61f4a668ede161222945819564bc32ad708a4d (patch)
tree33fad2247a8c21180b2185853bdb7ff4785c6d41 /Tools/buildbot
parent978c956b47052696534fc0906d825b8dff075f97 (diff)
downloadcpython-fe61f4a668ede161222945819564bc32ad708a4d.tar.gz
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 96015ac4e8..c04f578e91 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