From f6ada7adcbb56e73ee3a168a515f9b5cbe179611 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Dec 1999 08:47:27 +0000 Subject: Update. 1999-12-26 Ulrich Drepper * tst-trans.sh: Use correct name for dynamic loader. --- localedata/ChangeLog | 4 ++++ localedata/tst-trans.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0d3a2a3b37..ae1381b38a 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1999-12-26 Ulrich Drepper + + * tst-trans.sh: Use correct name for dynamic loader. + 1999-12-23 Ulrich Drepper * SUPPORTED: Add af_ZA, en_BW, and en_ZW. 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 $? -- cgit v1.2.3-70-g09d2