mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
remove extra semicolon from curl-config.in
This commit is contained in:
parent
29ec219b82
commit
cc0054a4d5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user