Corrected the missing break in the code

This commit is contained in:
Riaan Olivier 2021-05-05 09:47:04 +02:00
parent 2e99545e81
commit 7a1762dec8
1 changed files with 1 additions and 0 deletions

1
lynis
View File

@ -89,6 +89,7 @@
if [ -d "${WORKDIR}/include" ]; then INCLUDEDIR="${WORKDIR}/include"; fi
elif [ -d ${I} -a -z "${INCLUDEDIR}" ]; then
INCLUDEDIR=${I}
break
fi
done
fi