summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 6550636..169b01f 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -37,7 +37,7 @@ else
sudo apt-get update
set -x
- wget -qO https://ftpmirror.gnu.org/autoconf/autoconf-2.71.tar.gz | tar -xvzf -
+ wget -qO - https://ftpmirror.gnu.org/autoconf/autoconf-2.71.tar.gz | tar -xvzf -
(cd autoconf-2.17; ./configure; make; make install)
case $HOST in