[Libreoffice-commits] .: dictionaries/prj

Caolán McNamara caolan at kemper.freedesktop.org
Wed Feb 29 06:01:54 PST 2012


 dictionaries/prj/tests.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c655d098660b0f843982a800b8cc0e697531b134
Author: Petr Vorel <petr.vorel at gmail.com>
Date:   Fri Feb 24 17:11:40 2012 +0100

    Explicitly set PERL_UNICODE environment variable
    
    This prevents fail building when PERL_UNICODE contain "i" or "D"

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


More information about the Libreoffice-commits mailing list