From 54399c08c32eed07b3db579210261ea9487baff3 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 26 Oct 2012 13:47:25 -0700 Subject: Remove ${SHELL} from tst-table.sh/tst-tables.sh --- iconvdata/tst-table.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata/tst-table.sh') diff --git a/iconvdata/tst-table.sh b/iconvdata/tst-table.sh index 14ab196d83..5283ad5f5d 100755 --- a/iconvdata/tst-table.sh +++ b/iconvdata/tst-table.sh @@ -35,7 +35,7 @@ export LC_ALL set -e # Get the charmap. -${SHELL} tst-table-charmap.sh ${charmap:-$charset} \ +./tst-table-charmap.sh ${charmap:-$charset} \ < ../localedata/charmaps/${charmap:-$charset} \ > ${objpfx}tst-${charset}.charmap.table # When the charset is GB18030, truncate this table because for this encoding, -- cgit 1.4.1