Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 12:27:27 GMT
From:      Doug Rabson <dfr@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 895545d0e666 - main - Fix spelling of BUILDENV_SHELL
Message-ID:  <202109111227.18BCRRvW024585@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dfr:

URL: https://cgit.FreeBSD.org/src/commit/?id=895545d0e6664ad05fefe63ce46eb670be7e4957

commit 895545d0e6664ad05fefe63ce46eb670be7e4957
Author:     Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2021-09-11 12:03:52 +0000
Commit:     Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2021-09-11 12:27:11 +0000

    Fix spelling of BUILDENV_SHELL
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 478824675382..8134bb93df03 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1219,7 +1219,7 @@ BUILDENV_DIR?=	${.CURDIR}
 # Note: make will report any errors the shell reports. This can
 # be odd if the last command in an interactive shell generates an
 # error or is terminated by SIGINT. These reported errors look bad,
-# but are harmless. Allowing them also allows BUIDLENV_SHELL to
+# but are harmless. Allowing them also allows BUILDENV_SHELL to
 # be a complex command whose status will be returned to the caller.
 # Some scripts in tools rely on this behavior to report build errors.
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109111227.18BCRRvW024585>