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

Commit 492de09

Browse files
committedJun 5, 2017
forcibly propagate errorlevel
(cherry picked from commit 7d8bd88)
1 parent 29453a9 commit 492de09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎phpsdk-vc14-x64.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
call %~dp0phpsdk-starter.bat -c vc14 -a x64 %*
44

5-
exit /b
5+
exit /b %ERRORLEVEL%
66

‎phpsdk-vc14-x86.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
call %~dp0phpsdk-starter.bat -c vc14 -a x86 %*
44

5-
exit /b
5+
exit /b %ERRORLEVEL%
66

‎phpsdk-vc15-x64.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
call %~dp0phpsdk-starter.bat -c vc15 -a x64 %*
44

5-
exit /b
5+
exit /b %ERRORLEVEL%
66

‎phpsdk-vc15-x86.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
call %~dp0phpsdk-starter.bat -c vc15 -a x86 %*
44

5-
exit /b
5+
exit /b %ERRORLEVEL%
66

0 commit comments

Comments
 (0)