summaryrefslogtreecommitdiffstats
path: root/contrib/groff
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-26 08:58:57 +0000
committerache <ache@FreeBSD.org>1996-11-26 08:58:57 +0000
commit91f60f21c397d79b825e524057a049f6f7c97899 (patch)
tree9cd1ccfb30a915f1b4073f75c3e89d0d1b85b819 /contrib/groff
parente5dccc9a0ced4361227a1222f623bdaf57ebf69d (diff)
downloadFreeBSD-src-91f60f21c397d79b825e524057a049f6f7c97899.zip
FreeBSD-src-91f60f21c397d79b825e524057a049f6f7c97899.tar.gz
Use LANG=C, LC_CTYPE=C, LC_TIME=C
Diffstat (limited to 'contrib/groff')
-rwxr-xr-xcontrib/groff/mdate.sh3
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;
OpenPOWER on IntegriCloud