2
0

[HIPIFY][tests] Add setlocal to batch script

[ROCm/clr commit: b32639d1a8]
Este cometimento está contido em:
Evgeny Mankov
2018-01-10 21:03:02 +03:00
ascendente 98c733f7cc
cometimento 9a0d16f791
+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)