configure: Avoid printing '.' at the end of error message.

Since we're emitting the user's input back, let's leave it pristine
and not confuse the issue by adding a final period.
This commit is contained in:
Carl Worth 2010-04-06 12:40:38 -07:00
parent a3c9dfe4fa
commit c857b970e5

2
configure vendored
View file

@ -103,7 +103,7 @@ for option; do
build_vendor=${build_option%%-*}
build_os=${build_option#*-}
else
echo "Unrecognized option: ${option}."
echo "Unrecognized option: ${option}"
echo "See:"
echo " $0 --help"
echo ""