Corrected the missing break in the code

This commit is contained in:
Riaan Olivier 2021-05-05 09:48:29 +02:00
parent 7a1762dec8
commit c347a68aa6

2
lynis
View File

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