mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Use LANG=C before tr to be sure that ranges are correct
Strip [] from ranges
This commit is contained in:
parent
ca87b783b5
commit
f7119903ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue