Skip to content

Commit 56a19a9

Browse files
committed
Handle redirects correctly.
1 parent 78bcbb0 commit 56a19a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/dist-i686-linux/build-git.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -ex
1313
source shared.sh
1414

15-
curl https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
15+
curl -L https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
1616

1717
cd git-2.10.0
1818
make configure

src/ci/docker/dist-x86_64-linux/build-git.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -ex
1313
source shared.sh
1414

15-
curl https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
15+
curl -L https://www.kernel.org/pub/software/scm/git/git-2.10.0.tar.gz | tar xzf -
1616

1717
cd git-2.10.0
1818
make configure

0 commit comments

Comments
 (0)