aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>1998-08-30 21:30:22 +0000
committerJeff Law <law@gcc.gnu.org>1998-08-30 15:30:22 -0600
commit4112dedc85971fc8d1b9420a974d3b675b20cf63 (patch)
tree25d71ba4e9ab8046902ff7ce12a4d0429f26d9c0
parentbf48dd7382144370aef7628d42f490a53377dc55 (diff)
downloadgcc-4112dedc85971fc8d1b9420a974d3b675b20cf63.zip
gcc-4112dedc85971fc8d1b9420a974d3b675b20cf63.tar.gz
gcc-4112dedc85971fc8d1b9420a974d3b675b20cf63.tar.bz2
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
-rw-r--r--libio/ChangeLog5
-rw-r--r--libio/dbz/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index 0a1acab..3ebe53e 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
+
+ * 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 6d6dc28..0fd9564 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]' <dbase2 >dbase.ick
+ tr 'ABCDEFGHIJKLMnopqrstuvwxyz' 'abcdefghijklmNOPQRSTUVWXYZ' <dbase2 >dbase.ick
./rdbz -E 1000 -x dbase2 dbase.ick >dbase.temp
cmp dbase.used dbase.temp
rm -f dbase.temp dbase.ick