summaryrefslogtreecommitdiffstats
path: root/Makefile.fetch
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-02-22 15:35:44 +0100
committerAndras Timar <andras.timar@collabora.com>2019-02-25 13:18:14 +0100
commite8db364c1db90177aa02650b608860244c0fb0be (patch)
treebd53da3c91b325c628b8fef3d9222a7b765ef40e /Makefile.fetch
parentsw: prefix members in usrfld.hxx (diff)
downloadcore-e8db364c1db90177aa02650b608860244c0fb0be.tar.gz
core-e8db364c1db90177aa02650b608860244c0fb0be.zip
cURL: follow redirects
Change-Id: I58d25348f4b43145a19ca0edbc5cde2e9a57f468 Reviewed-on: https://gerrit.libreoffice.org/68209 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r--Makefile.fetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 3f8250a98cb0..522a4e22bc72 100644
--- a/Makefile.fetch
+++ b/Makefile.fetch
@@ -16,7 +16,7 @@ endef
else
define fetch_Download__wget_command
-&& echo fetching $2 && bash -c '$(CURL) -O $1/$2 2>&1 | tee -a $(fetch_LOGFILE) && [ $$PIPESTATUS -eq 0 ]'
+&& echo fetching $2 && bash -c '$(CURL) -L -O $1/$2 2>&1 | tee -a $(fetch_LOGFILE) && [ $$PIPESTATUS -eq 0 ]'
endef
endif