Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 15:10:24 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f7f570eb97c7 - main - tools: Remove stray "then"
Message-ID:  <202404181510.43IFAO0i004682@gitrepo.freebsd.org>

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

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

commit f7f570eb97c70bc7f545d79a96c3192181bb8dd1
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-04-18 14:31:13 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-04-18 15:10:14 +0000

    tools: Remove stray "then"
    
    Fixes:          26a09db3add3
---
 tools/build/depend-cleanup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh
index a7b4f99cbc5f..45f04c0ace73 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -232,6 +232,6 @@ fi
 # 20240416  2fda3ab0ac19    WITH_NVME: Remove from broken
 if [ -f "$OBJTOP"/rescue/rescue/rescue.mk ] && \
     grep -q -v 'nvme_util.o' "$OBJTOP"/rescue/rescue/rescue.mk; then
-	echo "removing rescue.mk without nvme_util.o"; then
+	echo "removing rescue.mk without nvme_util.o"
 	rm -f "$OBJTOP"/rescue/rescue/rescue.mk
 fi



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