From 4112dedc85971fc8d1b9420a974d3b675b20cf63 Mon Sep 17 00:00:00 2001 From: Lutz Wohlrab Date: Sun, 30 Aug 1998 21:30:22 +0000 Subject: [PATCH] Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to something other than... * dbz/Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to something other than English. From-SVN: r22119 --- libio/ChangeLog | 5 +++++ libio/dbz/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libio/ChangeLog b/libio/ChangeLog index 0a1acabcc41..3ebe53e1423 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 30 22:27:02 1998 Lutz Wohlrab + + * dbz/Makefile.in: Avoid assumptions about "tr" behaves when + LANG is set to something other than English. + Sun Aug 30 22:17:00 1998 H.J. Lu (hjl@gnu.org) * config.shared: Set libsubdir. diff --git a/libio/dbz/Makefile.in b/libio/dbz/Makefile.in index 6d6dc287485..0fd95641414 100644 --- a/libio/dbz/Makefile.in +++ b/libio/dbz/Makefile.in @@ -168,7 +168,7 @@ stamp-r5: stamp-r4 stamp-r6: stamp-r5 : try it without tags, case-insensitive, with case perversions ./rdbz -E 1000 -0 -p '0 b 1' dbase2 - tr '[A-M][n-z]' '[a-m][N-Z]' dbase.ick + tr 'ABCDEFGHIJKLMnopqrstuvwxyz' 'abcdefghijklmNOPQRSTUVWXYZ' dbase.ick ./rdbz -E 1000 -x dbase2 dbase.ick >dbase.temp cmp dbase.used dbase.temp rm -f dbase.temp dbase.ick -- 2.30.2