Revision: 407 http://trac.macosforge.org/projects/darwinbuild/changeset/407 Author: wsiegrist@apple.com Date: 2008-10-31 08:36:47 -0700 (Fri, 31 Oct 2008) Log Message: ----------- Add --location when downloading sources in case the server needs to redirect us Modified Paths: -------------- trunk/darwinbuild/darwinbuild.common Modified: trunk/darwinbuild/darwinbuild.common =================================================================== --- trunk/darwinbuild/darwinbuild.common 2008-10-30 23:08:44 UTC (rev 406) +++ trunk/darwinbuild/darwinbuild.common 2008-10-31 15:36:47 UTC (rev 407) @@ -152,6 +152,7 @@ echo "Downloading $master_site/$filename ..." curl $CURLARGS --fail \ --silent \ + --location \ --continue-at - \ --output "$destination/.tmp.${filename}" \ --url "$master_site/$filename"