2
0

[HIPIFY][tests] Add setlocal to batch script

Este cometimento está contido em:
Evgeny Mankov
2018-01-10 21:03:02 +03:00
ascendente 2f4fc9fd9f
cometimento b32639d1a8
+1
Ver ficheiro
@@ -1,4 +1,5 @@
@echo off
setlocal
for %%i in (FileCheck.exe) do set FILE_CHECK=%%~$PATH:i
if not defined FILE_CHECK (echo Error: FileCheck.exe not found in PATH. && exit /b 1)