git: f7f570eb97c7 - main - tools: Remove stray "then"

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Thu, 18 Apr 2024 15:10:24 UTC
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