Skip to content
Snippets Groups Projects
Commit cc0054a4 authored by Yang Tse's avatar Yang Tse
Browse files

remove extra semicolon from curl-config.in

parent 29ec219b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment