summaryrefslogtreecommitdiff
path: root/localedata/tst-trans.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-26 08:47:27 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-26 08:47:27 +0000
commitf6ada7adcbb56e73ee3a168a515f9b5cbe179611 (patch)
tree1f246c1d8c148411d4b4db13f3d642aa9e815fac /localedata/tst-trans.sh
parent5358d026c74d1227271c190f0070fc90ef789829 (diff)
Update.
1999-12-26 Ulrich Drepper <drepper@cygnus.com> * tst-trans.sh: Use correct name for dynamic loader.
Diffstat (limited to 'localedata/tst-trans.sh')
-rwxr-xr-xlocaledata/tst-trans.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/tst-trans.sh b/localedata/tst-trans.sh
index d65d1abe0f..c95f2236b4 100755
--- a/localedata/tst-trans.sh
+++ b/localedata/tst-trans.sh
@@ -22,7 +22,7 @@ common_objpfx=$1
# Generate the necessary locale data.
I18NPATH=. \
-${common_objpfx}elf/ld-linux --library-path $common_objpfx \
+${common_objpfx}elf/ld.so --library-path $common_objpfx \
${common_objpfx}locale/localedef --quiet \
-i tests/trans.def -f ISO-8859-1 -u mnemonic.ds \
${common_objpfx}localedata/tt_TT ||
@@ -30,7 +30,7 @@ exit 1
# Run the test program.
LOCPATH=${common_objpfx}localedata LC_ALL=tt_TT \
-${common_objpfx}elf/ld-linux --library-path $common_objpfx \
+${common_objpfx}elf/ld.so --library-path $common_objpfx \
${common_objpfx}localedata/tst-trans
exit $?