We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bcbb0 commit 56a19a9Copy full SHA for 56a19a9
src/ci/docker/dist-i686-linux/build-git.sh
@@ -12,7 +12,7 @@
12
set -ex
13
source shared.sh
14
15
-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 -
16
17
cd git-2.10.0
18
make configure
src/ci/docker/dist-x86_64-linux/build-git.sh
0 commit comments