Use LANG=C before tr to be shure that ranges are correct

This commit is contained in:
Andrey A. Chernov 2003-08-04 15:31:57 +00:00
parent 68aef77b2a
commit ca87b783b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118434

View File

@ -37,6 +37,6 @@ fortunes-o.dat: fortunes-o
strfile -Csx ${.ALLSRC} ${.TARGET}
fortunes-o: fortunes-o.${TYPE}
tr a-zA-Z n-za-mN-ZA-M < ${.ALLSRC} > ${.TARGET}
LANG=C tr a-zA-Z n-za-mN-ZA-M < ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>