Correct error message

This commit is contained in:
Dave Page 2018-05-14 16:16:18 +01:00
parent ab27b9d118
commit fe81ae3285

View File

@ -389,8 +389,8 @@ REM Main function Ends
:err_handle_visualstudio_dist
ECHO %VCREDIST% does not exist
ECHO Please Install Microsoft Visual studio and SET the VCDIST enviroment Variable.
ECHO SET "VCDIST=<PATH>"
ECHO Please Install Microsoft Visual studio and SET the VCREDIST enviroment Variable.
ECHO SET "VCREDIST=<PATH>"
exit /B 1
GOTO EXIT