This commit is contained in:
luca.mazzoleni
2024-09-24 10:57:38 +02:00
parent 29a8c02490
commit c7a46ac364
+1 -1
View File
@@ -177,7 +177,7 @@ variables:
Write-Output $env:TOOLS_MACHINE_PATH;
if (!(Test-Path -Path $env:TOOLS_MACHINE_PATH)) {
echo "-----------------------"
echo "Error: Tools for this machine not found!"
echo "ERROR: TOOLS FOR THIS MACHIHNE NOT FOUND!"
echo "-----------------------"
Exit 1}
$env:SRC_PATH = "$env:TEMP_PATH\$env:MACH_NAME\$env:MACH_VERS\$env:MACH_NAME";