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>2020-03-12 18:01:11 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-03-12 18:01:11 +0300
commit0b0b0ea90515c42062d43d244016dceee6889147 (patch)
tree4c3cfafbf58e384c4bfae323b1aa256d83fa015e /include/tests_authentication
parent83a9470b72d54d22511d69cf463bad3d3e47b2e4 (diff)
Style improvement
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 21bcf719..a20f8976 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -302,7 +302,7 @@
FIND=$(${ROOTDIR}usr/sbin/pwck -q -r 2> /dev/null; echo $?)
TESTED=1
;;
- "Solaris"|"HP-UX")
+ "Solaris" | "HP-UX")
FIND=$(${ROOTDIR}usr/sbin/pwck 2> /dev/null; echo $?)
TESTED=1
;;