mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
Use LANG=C before tr to be shure that ranges are correct
This commit is contained in:
parent
68aef77b2a
commit
ca87b783b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118434
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user