projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c9dfe
)
configure: Avoid printing '.' at the end of error message.
author
Carl Worth
<cworth@cworth.org>
Tue, 6 Apr 2010 19:40:38 +0000
(12:40 -0700)
committer
Carl 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
patch
|
blob
|
history
diff --git
a/configure
b/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
- echo "Unrecognized option: ${option}
.
"
+ echo "Unrecognized option: ${option}"
echo "See:"
echo " $0 --help"
echo ""