[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - Makefile.fetch translations
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Feb 22 14:36:25 UTC 2019
Makefile.fetch | 2 +-
translations | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fffbd6acfe6f6ba3d521b8401218e8afe309f120
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 15:35:44 2019 +0100
cURL: follow redirects
Change-Id: I58d25348f4b43145a19ca0edbc5cde2e9a57f468
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
index 5c8037b1eea4..ddf3b88380fc 160000
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 5c8037b1eea42c23f7b20d203ace7c0317c55d7e
+Subproject commit ddf3b88380fc439d17256f3f0cb25cbcaa27bef0
More information about the Libreoffice-commits
mailing list