Boost C++ Libraries: Ticket #7252: bootstrap.sh only works if called as ./bootstrap.sh https://svn.boost.org/trac10/ticket/7252 <p> Sometimes we need to be able to call bootstrap.sh from outside the Boost root directory. The following tiny patch allows the bootstrap.sh script to be called from anywhere: </p> <p> Replace the line 184: </p> <p> my_dir="." </p> <p> by </p> <p> my_dir="${0%/bootstrap.sh}" </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7252 Trac 1.4.3 viboes Thu, 24 Oct 2013 22:19:08 GMT component changed https://svn.boost.org/trac10/ticket/7252#comment:1 https://svn.boost.org/trac10/ticket/7252#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">build</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket