about summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog7
-rw-r--r--localedata/sort-test.sh6
2 files changed, 9 insertions, 4 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 12c5d5fcc8..7174a1afc3 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,6 +1,11 @@
+1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sort-test.sh: Call localedef with additional environment variable
+	I18NPATH to point to not-yet-installed locale data files.
+
 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
 
-	* collate-test.c (main): change prototype definition to prevent
+	* collate-test.c (main): Change prototype definition to prevent
 	warning.
 
 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh
index 8ac41fce92..8197ac09eb 100644
--- a/localedata/sort-test.sh
+++ b/localedata/sort-test.sh
@@ -11,9 +11,9 @@ for l in $lang; do
   cns=`echo $l | sed 's/\(.*\)[.][^.]*/\1/'`
   cn=locales/$cns
   fn=charmaps/`echo $l | sed 's/.*[.]\([^.]*\)/\1/'`
-  LD_LIBRARY_PATH=$common_objpfx $common_objpfx/elf/ld.so \
-   $common_objpfx/locale/localedef --quiet -i $cn -f $fn \
-   $common_objpfx/localedata/$cns
+  LD_LIBRARY_PATH=$common_objpfx I18NPATH=./locales ${common_objpfx}elf/ld.so \
+   ${common_objpfx}locale/localedef --quiet -i $cn -f $fn \
+   ${common_objpfx}localedata/$cns
 done
 
 # Run collation tests.