From e8db364c1db90177aa02650b608860244c0fb0be Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 22 Feb 2019 15:35:44 +0100 Subject: cURL: follow redirects Change-Id: I58d25348f4b43145a19ca0edbc5cde2e9a57f468 Reviewed-on: https://gerrit.libreoffice.org/68209 Tested-by: Jenkins Reviewed-by: Andras Timar --- Makefile.fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.fetch') 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 -- cgit