Revert "use LIBO_LANG=C.UTF-8 instead of en_US.UTF-8"
This reverts commit dc141130cd
.
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*
This commit is contained in:
parent
8ab2c4b680
commit
eb3bcfff0e
1 changed files with 1 additions and 1 deletions
|
@ -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,%) :
|
||||
|
|
Loading…
Reference in a new issue