about summary refs log tree commit diff
path: root/iconvdata/tst-tables.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-16 00:52:48 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-16 00:52:48 +0000
commit58b668a5f7b72c09f4e820a25f6af24eeddc2bd6 (patch)
tree1cbface56f9e29b37d800a074f63cfac9ffbccec /iconvdata/tst-tables.sh
parent170ef42fb5f6edb0a1acc6e6373b272ef3977c63 (diff)
downloadglibc-58b668a5f7b72c09f4e820a25f6af24eeddc2bd6.tar.gz
glibc-58b668a5f7b72c09f4e820a25f6af24eeddc2bd6.tar.xz
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-tables.sh')
-rwxr-xr-xiconvdata/tst-tables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/tst-tables.sh b/iconvdata/tst-tables.sh
index d5a74621ce..6c63776087 100755
--- a/iconvdata/tst-tables.sh
+++ b/iconvdata/tst-tables.sh
@@ -209,7 +209,7 @@ while read charset charmap; do
   if test "$charset" = GB18030; then echo "This might take a while" 1>&2; fi
   case ${charset} in \#*) continue;; esac
   echo -n "Testing ${charset}" 1>&2
-  if ./tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}; then
+  if ${SHELL} tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}; then
     echo 1>&2
   else
     echo "failed: ./tst-table.sh ${common_objpfx} ${objpfx} ${charset} ${charmap}"