diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2012-02-24 17:11:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-29 13:55:20 +0000 |
commit | c655d098660b0f843982a800b8cc0e697531b134 (patch) | |
tree | 6ef6461aed166aaa471a3195285f5e8fcffa449a | |
parent | 8a74106d1ecc3d146f514a2414a4785bc8dd0f01 (diff) |
Explicitly set PERL_UNICODE environment variable
This prevents fail building when PERL_UNICODE contain "i" or "D"
-rw-r--r-- | 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 |