git: 818e3dc03d0c - stable/14 - tools: Remove stray "then"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 01:06:57 UTC
The branch stable/14 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=818e3dc03d0c2f90c3ddf67eff7bf7080e8027f7
commit 818e3dc03d0c2f90c3ddf67eff7bf7080e8027f7
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-04-18 14:31:13 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-08-26 23:39:32 +0000
tools: Remove stray "then"
Fixes: 26a09db3add3
(cherry picked from commit f7f570eb97c70bc7f545d79a96c3192181bb8dd1)
---
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 a18b9ca75a45..271aac789be3 100755
--- a/tools/build/depend-cleanup.sh
+++ b/tools/build/depend-cleanup.sh
@@ -163,6 +163,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