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
1 changed files with 1 additions and 1 deletions

2
lynis
View File

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