]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Avoid printing '.' at the end of error message.
authorCarl Worth <cworth@cworth.org>
Tue, 6 Apr 2010 19:40:38 +0000 (12:40 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 6 Apr 2010 21:42:09 +0000 (14:42 -0700)
Since we're emitting the user's input back, let's leave it pristine
and not confuse the issue by adding a final period.

configure

index 65a533f1e74f84e3ff314b5ca15593a07cbc334d..a2998411dfe01611ac1ee14685146efe174e572f 100755 (executable)
--- a/configure
+++ b/configure
@@ -103,7 +103,7 @@ for option; do
        build_vendor=${build_option%%-*}
        build_os=${build_option#*-}
     else
        build_vendor=${build_option%%-*}
        build_os=${build_option#*-}
     else
-       echo "Unrecognized option: ${option}."
+       echo "Unrecognized option: ${option}"
        echo "See:"
        echo "  $0 --help"
        echo ""
        echo "See:"
        echo "  $0 --help"
        echo ""