mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Corrected the missing break in the code
This commit is contained in:
parent
7a1762dec8
commit
c347a68aa6
1 changed files with 1 additions and 1 deletions
2
lynis
2
lynis
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue