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

This commit is contained in:
ache 2003-08-04 15:31:57 +00:00
parent 8e2cd94d40
commit 6d81d82b79

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>