Boost C++ Libraries: Ticket #7963: bootstrap.sh uses echo -n, which is not portable https://svn.boost.org/trac10/ticket/7963 <p> The echo builtin in OS X's sh does not support any command line switches, which results in bootstrap.sh's output being somewhat ugly (but still working; this is purely cosmetic). The attach patch simply replaces all of the uses of echo -n with printf, which works on all unix-like systems. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7963 Trac 1.4.3 anonymous Sat, 02 Feb 2013 00:43:51 GMT attachment set https://svn.boost.org/trac10/ticket/7963 https://svn.boost.org/trac10/ticket/7963 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">use_printf.patch</span> </li> </ul> Ticket