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:
authormboelen <michael@cisofy.com>2015-04-29 20:58:13 +0300
committermboelen <michael@cisofy.com>2015-04-29 20:58:13 +0300
commit508cf7ac719a621b54fd554b35fb77ca269f073c (patch)
treea61f5d87466a9380e3af302d45135b94b89a4d47 /include/tests_accounting
parent6a0417da8b19d1daec91c15ab4a2e91cf8b8ceee (diff)
Added missing space
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