summaryrefslogtreecommitdiff
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-22 15:35:44 +0100
commitfffbd6acfe6f6ba3d521b8401218e8afe309f120 (patch)
tree7fcb3f940ae8ecaa7bbf2236f4e783236c764b72
parentfeac8b003aee8168c46f8b00e279bc14add321fb (diff)
cURL: follow redirects
Change-Id: I58d25348f4b43145a19ca0edbc5cde2e9a57f468
-rw-r--r--Makefile.fetch2
m---------translations0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch
index c5eabd2d429c..93efee7e96ff 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
diff --git a/translations b/translations
-Subproject 5c8037b1eea42c23f7b20d203ace7c0317c55d7
+Subproject ddf3b88380fc439d17256f3f0cb25cbcaa27bef