mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
a3c9dfe4fa
commit
c857b970e5
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue