Skip to content

Commit

Permalink
Handle redirects correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Mar 21, 2018
1 parent 78bcbb0 commit 56a19a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-i686-linux/build-git.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ci/docker/dist-x86_64-linux/build-git.sh
Expand Up @@ -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
Expand Down

0 comments on commit 56a19a9

Please sign in to comment.