remove extra semicolon from curl-config.in
authorYang Tse <yangsita@gmail.com>
Wed, 3 Sep 2008 11:17:20 +0000 (11:17 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 3 Sep 2008 11:17:20 +0000 (11:17 +0000)
curl-config.in

index 3753180..f605b17 100644 (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)