[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - Makefile.fetch
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Feb 22 15:02:40 UTC 2019
Makefile.fetch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ccb730201cebbfa4e81bdd7916437721e0d6bbc6
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Feb 22 15:35:44 2019 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Feb 22 16:02:10 2019 +0100
cURL: follow redirects
Change-Id: I58d25348f4b43145a19ca0edbc5cde2e9a57f468
Reviewed-on: https://gerrit.libreoffice.org/68212
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/Makefile.fetch b/Makefile.fetch
index 63622b12d9ff..ca4d911dbbc9 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
More information about the Libreoffice-commits
mailing list