Correct error message

pull/17/head
Dave Page 2018-05-14 16:16:18 +01:00
parent ab27b9d118
commit fe81ae3285
1 changed files with 2 additions and 2 deletions

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