diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-05 20:49:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-05 20:49:52 +0000 |
commit | eb7c2001aaece98f2d80249cb526381a57d2be1b (patch) | |
tree | 451d9522681d39b70c4d83504abb735087a9e5c5 /localedata/tst-trans.sh | |
parent | 7abbb474e75d07611bbc62d32b24135027cdf48e (diff) | |
download | glibc-eb7c2001aaece98f2d80249cb526381a57d2be1b.tar.gz glibc-eb7c2001aaece98f2d80249cb526381a57d2be1b.tar.xz glibc-eb7c2001aaece98f2d80249cb526381a57d2be1b.zip |
Update.
* io/ftw.c (process_entry): Cache object dev/inode only for directories (PR libc/1514). 2000-01-05 Andreas Schwab <schwab@suse.de> * locale/programs/charmap.c (charmap_read): Fix typo. 2000-01-05 Ulrich Drepper <drepper@cygnus.com> * locale/programs/charset.c: Removed.
Diffstat (limited to 'localedata/tst-trans.sh')
-rwxr-xr-x | localedata/tst-trans.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/tst-trans.sh b/localedata/tst-trans.sh index b1245940ff..c4fe934133 100755 --- a/localedata/tst-trans.sh +++ b/localedata/tst-trans.sh @@ -1,6 +1,6 @@ #! /bin/sh # Test character mapping definitions. -# Copyright (C) 1999 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ common_objpfx=$1 I18NPATH=. \ ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}locale/localedef --quiet \ --i tests/trans.def -f ISO-8859-1 -u mnemonic.ds \ +-i tests/trans.def -f charmaps/ISO-8859-1 -u repertoiremaps/mnemonic.ds \ ${common_objpfx}localedata/tt_TT || exit 1 |