mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ fix: syntax error on exit script
This commit is contained in:
parent
0f991c91df
commit
2944a4bc40
@ -44,8 +44,8 @@ if errorlevel 1 (
|
||||
type %TEST_LOG%
|
||||
:: - make EXITCODE survive 'endlocal'
|
||||
endlocal & set EXITCODE=%EXITCODE%
|
||||
:: -call exit only in case of
|
||||
if not [%EXITCODE%] EQ [0] exit /b %EXITCODE%
|
||||
|
||||
exit /b %EXITCODE%
|
||||
|
||||
:: ====================================================================================================================
|
||||
:: --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user