Attention is currently required from: Martin Roth.
Hello Martin Roth,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/68243
to review the following change.
Change subject: util/lint: Fix typo in lint-stable-003-whitespace ......................................................................
util/lint: Fix typo in lint-stable-003-whitespace
Signed-off-by: Martin Roth martin.roth@amd.corp-partner.google.com Change-Id: I0101da5943a35e688d50ec5750e96e48956aa820 --- M util/lint/lint-stable-003-whitespace 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/68243/1
diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace index e46d93e..0611f25 100755 --- a/util/lint/lint-stable-003-whitespace +++ b/util/lint/lint-stable-003-whitespace @@ -4,7 +4,7 @@
# DESCR: Check for superfluous whitespace in the tree
-INTDIR="$( +LINTDIR="$( cd -- "$(dirname "$0")" > /dev/null 2>&1 || return pwd -P )"