Makefile.in: Avoid assumptions about "tr" behaves when LANG is set to something other...
authorLutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
Sun, 30 Aug 1998 21:30:22 +0000 (21:30 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 30 Aug 1998 21:30:22 +0000 (15:30 -0600)
        * dbz/Makefile.in: Avoid assumptions about "tr" behaves when
        LANG is set to something other than English.

From-SVN: r22119

libio/ChangeLog
libio/dbz/Makefile.in

index 0a1acab..3ebe53e 100644 (file)
@@ -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.
index 6d6dc28..0fd9564 100644 (file)
@@ -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