From: Carl Worth Date: Tue, 6 Apr 2010 19:40:38 +0000 (-0700) Subject: configure: Avoid printing '.' at the end of error message. X-Git-Tag: debian-0.1-1~16 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c857b970e5cd53ae78543961735680c9b8e14341;hp=a3c9dfe4fae48f6107ef78516f7ab36396ca9f3e 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. --- diff --git a/configure b/configure index 65a533f1..a2998411 100755 --- a/configure +++ b/configure @@ -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 ""