aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-04-18 14:31:13 +0000
committerCy Schubert <cy@FreeBSD.org>2024-04-18 15:10:14 +0000
commitf7f570eb97c70bc7f545d79a96c3192181bb8dd1 (patch)
tree9cd68e5923183dd554c9d84c67dee3de6ca08ea7 /tools
parenta01c7081fef671bd59e9a597883e4c1cd1f16ad5 (diff)
downloadsrc-f7f570eb97c70bc7f545d79a96c3192181bb8dd1.tar.gz
src-f7f570eb97c70bc7f545d79a96c3192181bb8dd1.zip
tools: Remove stray "then"
Fixes: 26a09db3add3
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build/depend-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
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