diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-09-10 13:30:38 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-09-10 13:30:38 +0000 |
commit | fe61f4a668ede161222945819564bc32ad708a4d (patch) | |
tree | 33fad2247a8c21180b2185853bdb7ff4785c6d41 /Tools/buildbot | |
parent | 978c956b47052696534fc0906d825b8dff075f97 (diff) | |
download | cpython-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.bat | 2 |
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 |