Commit 4112dedc by Lutz Wohlrab Committed by Jeff Law

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
parent bf48dd73
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment