bootstrap.bat in master git is incorrect here:

 

call .\build.bat %* > ..\bootstrap.log

@ECHO OFF

cd ..

 

it should instead be this:

 

call .\build.bat %* > ..\bootstrap.log

@ECHO OFF

cd ..\..

 

Thanks,

 

Chris




CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient(s) and contain information that may be confidential and/or legally privileged. If you have received this email in error, please notify the sender by reply email and delete the message. Any disclosure, copying, distribution or use of this communication (including attachments) by someone other than the intended recipient is prohibited. Thank you.