diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2003-08-04 15:34:38 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2003-08-04 15:34:38 +0000 |
| commit | f7119903abb7cc501b66388b4c4e9dfaf2cb86d1 (patch) | |
| tree | 3931f886e3189a3d12a3dd144a767d0e9bfad57c /gnu | |
| parent | ca87b783b5c94e3fa0d762f89ce9bf8e7cd5b158 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index 091c4c119b8bb..6eadfccc7075b 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) | tr [a-z] [A-Z]`;g" \ + -e "s;@G@;`echo $(g) | LANG=C tr a-z A-Z`;g" \ $< >$@ .SUFFIXES: .sh .pl |
