Revision
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

Diff

Modified: trunk/darwinbuild/darwinbuild.common (406 => 407)


--- 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"