mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Use LANG=C, LC_CTYPE=C, LC_TIME=C
This commit is contained in:
parent
ae2c6adddd
commit
bcc22626d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19974
@ -5,6 +5,9 @@
|
||||
# Don't want foreign dates.
|
||||
|
||||
LANGUAGE=
|
||||
LANG=C; export LANG
|
||||
LC_TIME=C; export LC_TIME
|
||||
LC_CTYPE=C; export LC_CTYPE
|
||||
|
||||
|
||||
(date;
|
||||
|
Loading…
Reference in New Issue
Block a user