Merge pull request #1145 from riaano/1144-Broken-Include

Corrected missing break for issue #1144
This commit is contained in:
Michael Boelen 2021-05-05 10:46:51 +02:00 committed by GitHub
commit ee99c101b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
lynis
View File

@ -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