summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-02-22 15:35:44 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-06-07 15:31:02 +0200
commitdb51bd203ff2796f268b0c89fd1c13f6b81f95d7 (patch)
tree2b601348e78c82a08ece6ed289c0801f927ee7b8
parentRevert "tdf#103025 sw: don't format header/footer in ... (diff)
downloadcore-db51bd203ff2796f268b0c89fd1c13f6b81f95d7.tar.gz
core-db51bd203ff2796f268b0c89fd1c13f6b81f95d7.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> (cherry picked from commit e8db364c1db90177aa02650b608860244c0fb0be)
-rw-r--r--Makefile.fetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index 3884f7f50200..4877949628e5 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