Skip to content

Commit a32db3d

Browse files
hvitvedaibaars
andauthored
Simplify exit code logic
Co-authored-by: Arthur Baars <aibaars@github.com>
1 parent 4cc1e4d commit a32db3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/tools/autobuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rem The autobuilder is already being traced
44
set CODEQL_AUTOBUILDER_CSHARP_NO_INDEXING=true
55

66
type NUL && "%CODEQL_EXTRACTOR_CSHARP_ROOT%/tools/%CODEQL_PLATFORM%/Semmle.Autobuild.CSharp.exe"
7-
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
7+
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)