From b7fa4322a902c5d0647ca5f0ad469a98cd599046 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 26 Oct 2002 16:43:19 +0000 Subject: [PATCH] Use C locale for portable comparison. --- t/src/test_script | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/src/test_script b/t/src/test_script index 3a1cf8e..2053507 100755 --- a/t/src/test_script +++ b/t/src/test_script @@ -46,6 +46,8 @@ builddir=`pwd` ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la" GCONV_PATH=.:$GCONV_PATH export GCONV_PATH +LANG=C +export LANG ln -s $srcdir/../data/gedcom.enc . ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so . ln -s $srcdir/../iconv/glibc/gconv-modules . -- 2.30.2