summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-08-04 21:31:53 +0000
committerache <ache@FreeBSD.org>2003-08-04 21:31:53 +0000
commit26ffc627d866fa1c420017d80fb303184cc8f99e (patch)
tree9ec10501fc28fb7fb5d4adfbf9dd2c38cc13e87a /gnu
parentcb188056e62a5c06bc394877c8f8de9d7aaab12a (diff)
downloadFreeBSD-src-26ffc627d866fa1c420017d80fb303184cc8f99e.zip
FreeBSD-src-26ffc627d866fa1c420017d80fb303184cc8f99e.tar.gz
LANG->LC_ALL
Pointed by: ru
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc
index 6eadfcc..d197751 100644
--- a/gnu/usr.bin/groff/Makefile.inc
+++ b/gnu/usr.bin/groff/Makefile.inc
@@ -125,7 +125,7 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(GROFF_DIST)/REVISION`
-e "s;@VERSION@;$(version)$(revision);g" \
-e "s;@MDATE@;`$(SHELL) ${GROFF_DIST}/mdate.sh $<`;g" \
-e "s;@g@;$(g);g" \
- -e "s;@G@;`echo $(g) | LANG=C tr a-z A-Z`;g" \
+ -e "s;@G@;`echo $(g) | LC_ALL=C tr a-z A-Z`;g" \
$< >$@
.SUFFIXES: .sh .pl
OpenPOWER on IntegriCloud