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/tool_tips')
-rw-r--r--include/tool_tips2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tool_tips b/include/tool_tips
index bf529ca2..4f2f3b6e 100644
--- a/include/tool_tips
+++ b/include/tool_tips
@@ -48,7 +48,7 @@
# Bash completion support
#
# Detect if bash is used for active user
- #if [ ! -z "${ETC_PATHS}" ]; then
+ #if [ -n "${ETC_PATHS}" ]; then
# for I in ${ETC_PATHS}; do
# if [ -d ${I}/bash_completion.d ]; then
# if [ ! -f ${ETC_PATHS}/bash_completion.d/lynis ]; then