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:
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index 4228ff28..2b5e5048 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -226,7 +226,7 @@
if [ -f /etc/ld.so.preload ]; then
logtext "Result: found /etc/ld.so.preload, testing if snoopy.so is listed"
FIND=`grep ${FILE} /etc/ld.so.preload`
- if [ !"${FIND}" = "" ]; then
+ if [ ! "${FIND}" = "" ]; then
logtext "Result: found snoopy in ld.so.preload"
logtext "Output: ${FIND}"
Display --indent 6 --text "- Library in ld.so.preload" --result "LOADED" --color GREEN