From 58b668a5f7b72c09f4e820a25f6af24eeddc2bd6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Oct 2000 00:52:48 +0000 Subject: Update. 2000-10-15 Pete Wyckoff * Rules: Define _LIBC during generation of bits/stdio_lim.d. 2000-10-15 Pete Wyckoff * 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 . --- iconvdata/tst-tables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata/tst-tables.sh') 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}" -- cgit v1.2.3