From rswindell@VERT to CVS commit on Wed Jul 15 02:02:26 2015
src/sbbs3 build.bat 1.3 1.4
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv6444
Modified Files:
build.bat
Log Message:
Add the "exit /b 1" trick to force the batch file to return an error
(to testbuild.js), I suspect the setlocal call is causing the current error level to not be passed up to the caller. If build.bat failed, testbuild.js would not always detect the build failure.