Remove unnecessary batch script flag

This commit is contained in:
Chris Smowton
2024-08-19 17:49:48 +01:00
parent 624d2b83c0
commit 5d34dbf2c2

View File

@@ -1,7 +1,4 @@
@echo off @echo off
SETLOCAL EnableDelayedExpansion
type NUL && "%CODEQL_EXTRACTOR_GO_ROOT%/tools/%CODEQL_PLATFORM%/go-configure-baseline.exe" type NUL && "%CODEQL_EXTRACTOR_GO_ROOT%/tools/%CODEQL_PLATFORM%/go-configure-baseline.exe"
exit /b %ERRORLEVEL% exit /b %ERRORLEVEL%
ENDLOCAL