currently, scmbug adds this hack to pre-commit.bat in windows: REM Do not define label scmbug_script_failed. This will result in the batch REM file to fail without terminating the command interpreter if NOT %ERRORLEVEL% == 0 goto scmbug_script_failed 2>nul
in order to exit with error. instead, using exit /b 1 will exit the batch file without exiting the command interpreter, with exit code 1. it's possible that this works on NT systems only, but considering even Microsoft doesn't support Win9x, i think it's safe enough to require Win2k as a minimum. Tsahi -- The day Micro$oft sells something that doesn't SUCK is the day they start selling vacuum cleaners. http://www.geocities.com/tsahi_75 ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
