From 7a1762dec86fb016b54b819d0769827d453bb814 Mon Sep 17 00:00:00 2001 From: Riaan Olivier Date: Wed, 5 May 2021 09:47:04 +0200 Subject: Corrected the missing break in the code --- lynis | 1 + 1 file changed, 1 insertion(+) (limited to 'lynis') diff --git a/lynis b/lynis index 71eafb1a..d9448ecb 100755 --- a/lynis +++ b/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 -- cgit v1.2.3