Opened 10 years ago

#7963 new Bugs

bootstrap.sh uses echo -n, which is not portable

Reported by: anonymous Owned by:
Milestone: To Be Determined Component: Building Boost
Version: Boost 1.52.0 Severity: Cosmetic
Keywords: Cc:

Description

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.

Attachments (1)

use_printf.patch (3.6 KB ) - added by anonymous 10 years ago.

Download all attachments as: .zip

Change History (1)

by anonymous, 10 years ago

Attachment: use_printf.patch added
Note: See TracTickets for help on using tickets.