mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Merge pull request #1145 from riaano/1144-Broken-Include
Corrected missing break for issue #1144
This commit is contained in:
commit
ee99c101b8
1 changed files with 1 additions and 0 deletions
1
lynis
1
lynis
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue