Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 29453a9

Browse files
committedJun 5, 2017
forcibly propagate errorlevel
(cherry picked from commit d2f3bb5)
1 parent ac27d0e commit 29453a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎phpsdk-starter.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set CRT=
4040
set ARCH=
4141

4242
if errorlevel 3 (
43-
exit /b %errorlevel%
43+
exit /b !ERRORLEVEL!
4444
)
4545

4646
if "%TASK%" neq "" (

0 commit comments

Comments
 (0)