Subject: [Boost-bugs] [Boost C++ Libraries] #7963: bootstrap.sh uses echo -n, which is not portable
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-02 00:43:31
#7963: bootstrap.sh uses echo -n, which is not portable
----------------------------+-----------------------------------------------
Reporter: anonymous | Type: Bugs
Status: new | Milestone: To Be Determined
Component: Building Boost | Version: Boost 1.52.0
Severity: Cosmetic | Keywords:
----------------------------+-----------------------------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7963> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC