michael@0: echo running > ..\buildbot-is-building michael@0: michael@0: echo running: "%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" michael@0: "%MOZILLABUILD%\msys\bin\bash" -c "hg/tinder/buildbot/build.sh %*" michael@0: michael@0: if %errorlevel% neq 0 ( michael@0: set EXITCODE=1 michael@0: ) else ( michael@0: set EXITCODE=0 michael@0: ) michael@0: michael@0: del ..\buildbot-is-building michael@0: michael@0: exit /b %EXITCODE%