[PATCH] Explicitly set PERL_UNICODE environment variable
Petr Vorel
petr.vorel at gmail.com
Fri Feb 24 08:11:40 PST 2012
This prevents fail building when PERL_UNICODE contain "i" or "D"
---
dictionaries/prj/tests.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dictionaries/prj/tests.mk b/dictionaries/prj/tests.mk
index 0eb6008..7048dd6 100644
--- a/dictionaries/prj/tests.mk
+++ b/dictionaries/prj/tests.mk
@@ -25,4 +25,4 @@
ALLTAR : test1
test1 .PHONY :
@echo Validating thesaurus file
- $(COMMAND_ECHO) ..$/util$/th_check.pl *.dat
+ $(COMMAND_ECHO) PERL_UNICODE=0 ..$/util$/th_check.pl *.dat
--
1.7.9.1
--------------020303080809000506010709--
More information about the LibreOffice
mailing list