remove extra semicolon from curl-config.in

This commit is contained in:
Yang Tse 2008-09-03 11:17:20 +00:00
parent 29ec219b82
commit cc0054a4d5
1 changed files with 2 additions and 2 deletions

View File

@ -81,13 +81,13 @@ while test $# -gt 0; do
--feature|--features)
for feature in @SUPPORT_FEATURES@; do
echo $feature;
echo "$feature"
done
;;
--protocols)
for protocol in @SUPPORT_PROTOCOLS@; do
echo $protocol;
echo "$protocol"
done
;;
--version)