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

Commit 1bec79e

Browse files
Exit make.bat using the correct exit status
1 parent b11fd68 commit 1bec79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
@msbuild livecode.sln /fl /flp:Verbosity=normal /nologo /p:Configuration=%BUILDTYPE% /m:1
1717

18-
@exit
18+
@exit %ERRORLEVEL%
1919

0 commit comments

Comments
 (0)