bdiff icon indicating copy to clipboard operation
bdiff copied to clipboard

Bug in `Deploy.bat`

Open delphidabbler opened this issue 1 year ago • 0 comments

The line

if "%VIEdRoot"=="" goto envvarerror

has a missing closing % after %VIEdRoot. It should be

if "%VIEdRoot%"=="" goto envvarerror

delphidabbler avatar Sep 02 '24 08:09 delphidabbler