Fix formatting of ./bootstrap.sh --show-libraries.

Patch from Cedric Le Dillau.
Fixes #4691.


[SVN r65852]
This commit is contained in:
Vladimir Prus 2010-10-09 07:25:36 +00:00
parent c3bc422aa1
commit c8347735ea

View file

@ -233,7 +233,6 @@ fi
# If there is a list of libraries
if test "x$flag_show_libraries" = xyes; then
libraries=`$BJAM -d0 --show-libraries`
cat <<EOF
The following Boost libraries have portions that require a separate build
@ -242,10 +241,7 @@ the headers only.
The Boost libraries requiring separate building and installation are:
EOF
for lib in $libraries
do
echo " $lib"
done
$BJAM -d0 --show-libraries | grep '^\s*-'
exit 0
fi