diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-26 13:47:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-26 13:47:25 -0700 |
commit | 54399c08c32eed07b3db579210261ea9487baff3 (patch) | |
tree | b9fd38f414684347139b80adea3107bbbd79878f /iconvdata/tst-tables.sh | |
parent | 76a82e29f8afe07bb07b9960c7e4885370a7650a (diff) | |
download | glibc-54399c08c32eed07b3db579210261ea9487baff3.tar.gz |
Remove ${SHELL} from tst-table.sh/tst-tables.sh
Diffstat (limited to 'iconvdata/tst-tables.sh')
-rwxr-xr-x | iconvdata/tst-tables.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/tst-tables.sh b/iconvdata/tst-tables.sh index eaf84dc2f4..77d9d182c7 100755 --- a/iconvdata/tst-tables.sh +++ b/iconvdata/tst-tables.sh @@ -262,7 +262,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 ${SHELL} tst-table.sh ${common_objpfx} ${objpfx} "${run_program_prefix}" \ + if ./tst-table.sh ${common_objpfx} ${objpfx} "${run_program_prefix}" \ ${charset} ${charmap} < /dev/null; then echo 1>&2 else |