[Mono-bugs] [Bug 74244][Wis] Changed - the macosx build scripts use outdated curl commands
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 31 Mar 2005 13:15:19 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ender@lister.acm.wwu.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=74244
--- shadow/74244 2005-03-31 13:14:18.000000000 -0500
+++ shadow/74244.tmp.23534 2005-03-31 13:15:18.000000000 -0500
@@ -222,6 +222,11 @@
http://curl.haxx.se/docs/manpage.html
-Z is no longer a valid option for --max-redirs. My apologies, I can't find any mention of
when this option got dropped in the changelog.
Attached is a patch that replaces the curl -L -Z commands with curl -L --max-redirs (which
is valid for both the older and the newer versions of curl.
+
+------- Additional Comments From ender@lister.acm.wwu.edu 2005-03-31 13:15 -------
+Created an attachment (id=14797)
+this simply fixes the usage of curl
+