Boost logo

Boost-Build :

Subject: [Boost-build] bootstrap.bat path incorrect
From: Nogradi, Chris (Chris.Nogradi_at_[hidden])
Date: 2013-12-26 16:32:35


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.



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk