Follow redirects in the fetch script

This commit is contained in:
R. Tyler Croy 2012-07-30 02:22:31 -07:00
parent 665081ea73
commit cee1af1d91
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh -xe
curl "http://mirrors.jenkins-ci.org/war-rc/latest/jenkins.war" > jenkins.war
curl -L "http://mirrors.jenkins-ci.org/war-rc/latest/jenkins.war" > jenkins.war