dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0baff01
)
Use C locale for portable comparison.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 16:43:19 +0000
(16:43 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sat, 26 Oct 2002 16:43:19 +0000
(16:43 +0000)
t/src/test_script
patch
|
blob
|
history
diff --git
a/t/src/test_script
b/t/src/test_script
index 3a1cf8e37b0f91ed6c32916893b8a83ec90876ce..2053507fc87a3f00071dd3a38e562ce61d5d7754 100755
(executable)
--- 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 .