diff --git a/curl-config.in b/curl-config.in index 37531803720ea7892afd21fb449ee3908e0abce1..f605b17fd97bbc0c3ea1ce8afda180495bdf563a 100644 --- a/curl-config.in +++ b/curl-config.in @@ -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)