Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
authorRiaan Olivier <riaan.olivier@doxim.com>2021-05-05 10:47:04 +0300
committerRiaan Olivier <riaan.olivier@doxim.com>2021-05-05 10:47:04 +0300
commit7a1762dec86fb016b54b819d0769827d453bb814 (patch)
treeb36433bb3fdcc16d58d1b2da52331a1462ecddcb /lynis
parent2e99545e8180abd4ab36582e261fb92a781a0318 (diff)
Corrected the missing break in the code
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis1
1 files changed, 1 insertions, 0 deletions
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