mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix grammer in an error message
PR: 202310 Submitted by: Chris Petrik <chris@bsdjunk.com> Approved by: will
This commit is contained in:
parent
3933f7b112
commit
1b87f1f397
1 changed files with 1 additions and 1 deletions
|
|
@ -1258,7 +1258,7 @@ _elftoolchain_libs= lib/libelf lib/libdwarf
|
|||
|
||||
legacy:
|
||||
.if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0
|
||||
@echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \
|
||||
@echo "ERROR: Source upgrades from versions prior to 8.0 are not supported."; \
|
||||
false
|
||||
.endif
|
||||
.for _tool in tools/build ${_elftoolchain_libs}
|
||||
|
|
|
|||
Loading…
Reference in a new issue