diff options
author | ache <ache@FreeBSD.org> | 1996-11-26 08:58:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-11-26 08:58:57 +0000 |
commit | 91f60f21c397d79b825e524057a049f6f7c97899 (patch) | |
tree | 9cd1ccfb30a915f1b4073f75c3e89d0d1b85b819 /contrib/groff | |
parent | e5dccc9a0ced4361227a1222f623bdaf57ebf69d (diff) | |
download | FreeBSD-src-91f60f21c397d79b825e524057a049f6f7c97899.zip FreeBSD-src-91f60f21c397d79b825e524057a049f6f7c97899.tar.gz |
Use LANG=C, LC_CTYPE=C, LC_TIME=C
Diffstat (limited to 'contrib/groff')
-rwxr-xr-x | contrib/groff/mdate.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/groff/mdate.sh b/contrib/groff/mdate.sh index 6bdac9d..64820d0 100755 --- a/contrib/groff/mdate.sh +++ b/contrib/groff/mdate.sh @@ -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; |