tools: Remove stray "then"

Fixes:		26a09db3ad
This commit is contained in:
Cy Schubert 2024-04-18 07:31:13 -07:00
parent a01c7081fe
commit f7f570eb97

View file

@ -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