Handle redirects correctly.

This commit is contained in:
kennytm 2018-03-22 04:07:29 +08:00
parent 78bcbb0f96
commit 56a19a9eec
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
set -ex
source shared.sh
curl https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
curl -L https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
cd git-2.10.0
make configure

View File

@ -12,7 +12,7 @@
set -ex
source shared.sh
curl https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
curl -L https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
cd git-2.10.0
make configure