diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-30 18:52:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-30 18:52:38 +0000 |
commit | 12a9fabe52b88bdb75e305bbe485573d34bfbc24 (patch) | |
tree | 1ca0bd207f63fc1ea0202aad84cd1e7c8c744b8c /localedata/sort-test.sh | |
parent | 69f155d4fc11f2f0e1dd1bfcd804192303ba1627 (diff) | |
download | glibc-12a9fabe52b88bdb75e305bbe485573d34bfbc24.tar.gz glibc-12a9fabe52b88bdb75e305bbe485573d34bfbc24.tar.xz glibc-12a9fabe52b88bdb75e305bbe485573d34bfbc24.zip |
Update.
* locale/programs/locfile.c: Interpret I18NPATH value as base of path, extended with "/locales/".
Diffstat (limited to 'localedata/sort-test.sh')
-rw-r--r-- | localedata/sort-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/sort-test.sh b/localedata/sort-test.sh index affbb26312..322d40cb2c 100644 --- a/localedata/sort-test.sh +++ b/localedata/sort-test.sh @@ -11,7 +11,7 @@ for l in $lang; do cns=`echo $l | sed 's/\(.*\)[.][^.]*/\1/'` cn=locales/$cns fn=charmaps/`echo $l | sed 's/.*[.]\([^.]*\)/\1/'` - I18NPATH=./locales ${common_objpfx}elf/ld.so --library-path $common_objpfx \ + I18NPATH=. ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}locale/localedef --quiet -i $cn -f $fn \ ${common_objpfx}localedata/$cns done |