bdiff
bdiff copied to clipboard
Bug in `Deploy.bat`
The line
if "%VIEdRoot"=="" goto envvarerror
has a missing closing % after %VIEdRoot. It should be
if "%VIEdRoot%"=="" goto envvarerror