From 289ac9ddb4ba77209bf530970950fcde3ea372d8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Jun 2001 14:01:54 +0000 Subject: Update. 2001-06-06 Ulrich Drepper * timezone/zic.c: Update from tzcode2001c. * timezone/private.h: Likewise. * timezone/africa: Update from tzdata2001c. * timezone/asia: Likewise. * timezone/europe: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise. --- iconvdata/tst-table.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'iconvdata/tst-table.sh') diff --git a/iconvdata/tst-table.sh b/iconvdata/tst-table.sh index f00d3eef3e..3386c1d480 100755 --- a/iconvdata/tst-table.sh +++ b/iconvdata/tst-table.sh @@ -41,7 +41,9 @@ ${SHELL} tst-table-charmap.sh ${charmap:-$charset} \ # Precompute expected differences between the two iconv directions. if test ${charset} = EUC-TW; then irreversible=${objpfx}tst-${charset}.irreversible - grep '^0x8EA1' ${objpfx}tst-${charset}.charmap.table > ${irreversible} + (grep '^0x8EA1' ${objpfx}tst-${charset}.charmap.table + cat ${charset}.irreversible + ) > ${irreversible} else irreversible=${charset}.irreversible fi -- cgit 1.4.1