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
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-05-05 11:46:51 +0300
committerGitHub <noreply@github.com>2021-05-05 11:46:51 +0300
commitee99c101b8fe4b2baf068b47cc3468d5c4a0fd66 (patch)
tree8a4c503e7d36703555d2de3e07000857ccbf8dc4
parent2e99545e8180abd4ab36582e261fb92a781a0318 (diff)
parentc347a68aa69513e28b5df8d6126a552af04d8699 (diff)
Merge pull request #1145 from riaano/1144-Broken-Include
Corrected missing break for issue #1144
-rwxr-xr-xlynis1
1 files changed, 1 insertions, 0 deletions
diff --git a/lynis b/lynis
index 71eafb1a..135fa5ab 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