On Tue, 2008-02-19 at 01:32 -0800, Tsahi Asher wrote: > 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.
http://bugzilla.mkgnu.net/show_bug.cgi?id=1126 I'm afraid I don't understand what you mean. First, when you refer to "this", do you mean "this hack" or "this hack you propose in exchange" ? Second, why should "this hack" be changed ? Does it not work ? Third, Microsoft not supporting Win9x does not mean Win9x is not in use in the real-world.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
