diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-16 00:52:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-16 00:52:48 +0000 |
commit | 58b668a5f7b72c09f4e820a25f6af24eeddc2bd6 (patch) | |
tree | 1cbface56f9e29b37d800a074f63cfac9ffbccec /iconvdata/tst-table.sh | |
parent | 170ef42fb5f6edb0a1acc6e6373b272ef3977c63 (diff) | |
download | glibc-58b668a5f7b72c09f4e820a25f6af24eeddc2bd6.tar glibc-58b668a5f7b72c09f4e820a25f6af24eeddc2bd6.tar.gz glibc-58b668a5f7b72c09f4e820a25f6af24eeddc2bd6.tar.bz2 glibc-58b668a5f7b72c09f4e820a25f6af24eeddc2bd6.zip |
Update.
2000-10-15 Pete Wyckoff <pw@osc.edu>
* Rules: Define _LIBC during generation of bits/stdio_lim.d.
2000-10-15 Pete Wyckoff <pw@osc.edu>
* iconvdata/tst-tables.sh: Invoke other shell scripts through ${SHELL}.
* iconvdata/tst-table.sh: Likewise.
* iconvdata/gconv-modules: Add aliases for Winblowz charsets.
Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'iconvdata/tst-table.sh')
-rwxr-xr-x | iconvdata/tst-table.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/tst-table.sh b/iconvdata/tst-table.sh index 9b3fcc3dad..e38b88ee37 100755 --- a/iconvdata/tst-table.sh +++ b/iconvdata/tst-table.sh @@ -34,7 +34,7 @@ export LC_ALL set -e # Get the charmap. -./tst-table-charmap.sh ${charmap:-$charset} \ +${SHELL} tst-table-charmap.sh ${charmap:-$charset} \ < ../localedata/charmaps/${charmap:-$charset} \ > ${objpfx}tst-${charset}.charmap.table |