Bugs item #3537949, was opened at 2012-06-25 14:11
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3537949&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compile or build problem
Group: bad behaviour
Status: Open
Resolution: None
Priority: 2
>Private: No
Submitted By: Somenicedude Achmadineschad (ztemporary6666)
Assigned to: Daniel Stenberg (bagder)
Summary: low prio cosmetics in curl-config.in
Initial Comment:
# curl -V
curl 7.26.0 (x86_64-unknown-linux-gnu) libcurl/7.26.0 OpenSSL/1.0.1c zlib/1.2.7 libssh2/1.4.1
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
# diff $DIFFOPTS curl-config.in*
--- curl-config.in.bak 2012-06-26 00:58:33.691607006 +0200
+++ curl-config.in 2012-06-26 00:57:59.385126251 +0200
@@ -89,7 +89,9 @@
;;
--protocols)
+ echo @SUPPORT_PROTOCOLS@
- for protocol in @SUPPORT_PROTOCOLS@; do
- echo "$protocol"
- done
;;
--version)
--greetings ;)
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Date: 2012-06-28 02:39
Message:
Why is it better to have them output in a single line by default?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3537949&group_id=976
Received on 2012-06-28