aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff')
-rw-r--r--contrib/groff/eqn/neqn.sh2
-rwxr-xr-xcontrib/groff/mdate.sh2
-rw-r--r--contrib/groff/src/preproc/eqn/neqn.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/groff/eqn/neqn.sh b/contrib/groff/eqn/neqn.sh
index 1ae98e8fa8b8..49cd70f3e1d4 100644
--- a/contrib/groff/eqn/neqn.sh
+++ b/contrib/groff/eqn/neqn.sh
@@ -4,7 +4,7 @@
# $FreeBSD$
# Default device.
-locale=${LC_CTYPE:-$LANG}
+locale=${LC_ALL:-${LC_CTYPE:-$LANG}}
if test `expr "$locale" : ".*\.ISO_8859-1"` -gt 0
then
T=latin1
diff --git a/contrib/groff/mdate.sh b/contrib/groff/mdate.sh
index b07346ab886e..4d50168ae87f 100755
--- a/contrib/groff/mdate.sh
+++ b/contrib/groff/mdate.sh
@@ -7,7 +7,7 @@
# Don't want foreign dates.
LANGUAGE=
-LC_TIME=C; export LC_TIME
+LC_ALL=C; export LC_ALL
(date;
diff --git a/contrib/groff/src/preproc/eqn/neqn.sh b/contrib/groff/src/preproc/eqn/neqn.sh
index 1ae98e8fa8b8..49cd70f3e1d4 100644
--- a/contrib/groff/src/preproc/eqn/neqn.sh
+++ b/contrib/groff/src/preproc/eqn/neqn.sh
@@ -4,7 +4,7 @@
# $FreeBSD$
# Default device.
-locale=${LC_CTYPE:-$LANG}
+locale=${LC_ALL:-${LC_CTYPE:-$LANG}}
if test `expr "$locale" : ".*\.ISO_8859-1"` -gt 0
then
T=latin1