Fix calls to curl in prep script
authorDrew Scoggins <anscoggi@microsoft.com>
Tue, 6 Dec 2016 01:14:59 +0000 (17:14 -0800)
committerDrew Scoggins <anscoggi@microsoft.com>
Tue, 6 Dec 2016 01:18:50 +0000 (17:18 -0800)
commit9785b92b6424705064f15c878a2dab68788f31ac
tree843fbed1250ccd040b2bc312ea00de2f5b305d02
parent9cda50a09a75c12e7185fe3e29ff237e8ab9eeca
Fix calls to curl in prep script

Before we were calling curl without the -L configuration.  This would
cause it not follow redirects and several of the files we needed have
now started using redirects.  This fixes that issue.

Commit migrated from https://github.com/dotnet/coreclr/commit/0d6615c8a205060dfc5da6e87b81478ef10747fb
src/coreclr/tests/scripts/perf-prep.sh