id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4691,"Wrong formatting for ""bootstrap.sh --show-libraries""",Cedric Le Dillau ,,"No need for `bootstrap.sh` to wrap `bjam -d0 --show-libraries` with human-readable comment as it is already the case. boostcpp.jam extract: {{{ ECHO ""The following libraries require building:"" ; for local l in $(libraries) { ECHO "" - $(l)"" ; } }}} bootstrap.sh extract: {{{ libraries=`$BJAM -d0 --show-libraries` [...] for lib in $libraries do echo "" $lib"" done }}} The patch suppress bootstrap.sh over-formatting. ",Patches,closed,To Be Determined,Building Boost,Boost 1.44.0,Cosmetic,fixed,bootstrap,