]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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 37531803720ea7892afd21fb449ee3908e0abce1..f605b17fd97bbc0c3ea1ce8afda180495bdf563a 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)