attempt to fix Windows autobuilder script

This commit is contained in:
Henning Makholm
2021-08-09 18:35:45 +02:00
parent e8f6cb65b8
commit d9880075cc

View File

@@ -1,5 +1,5 @@
@echo off
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\%CODEQL_PLATFORM\autobuilder"
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\%CODEQL_PLATFORM%\autobuilder"
exit /b %ERRORLEVEL%