[Libreoffice-commits] core.git: solenv/gbuild
Rene Engelhard
rene at debian.org
Sat Jun 10 09:41:08 UTC 2017
solenv/gbuild/UITest.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb3bcfff0e513c427f1ff69d65d6671f7b4aaab5
Author: Rene Engelhard <rene at debian.org>
Date: Sat Jun 10 11:40:02 2017 +0200
Revert "use LIBO_LANG=C.UTF-8 instead of en_US.UTF-8"
This reverts commit dc141130cde07e6fd2664972d214f2cbbf859f06.
moggi/cloph insist on that it should be en_US.UTF-8 and people should
either just use that or use locale-gen. Will give problems in chroot,
but... *shrugs*
diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk
index 42779c8a13ba..67004b29af21 100644
--- a/solenv/gbuild/UITest.mk
+++ b/solenv/gbuild/UITest.mk
@@ -26,7 +26,7 @@ gb_UITest_GDBTRACE := --gdb
gb_UITest__interactive := $(true)
endif
-gb_UITest_COMMAND := LIBO_LANG=C.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
+gb_UITest_COMMAND := LIBO_LANG=en_US.UTF-8 $(gb_UITest_EXECUTABLE) $(SRCDIR)/uitest/test_main.py
.PHONY : $(call gb_UITest_get_clean_target,%)
$(call gb_UITest_get_clean_target,%) :
More information about the Libreoffice-commits
mailing list