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>2019-12-23 15:59:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-12-23 15:59:06 +0300
commite5091772c531d1339f6526fb0307ff5189724523 (patch)
treee18d7d8d668abb5652452b4de5ef8a1d8016929b /include/tests_kernel
parent09740e0debb410e2b8de55fcc30add6cdbc32ad8 (diff)
Removed -o which had no purpose
Diffstat (limited to 'include/tests_kernel')
-rw-r--r--include/tests_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_kernel b/include/tests_kernel
index a77ac69a..23f7823f 100644
--- a/include/tests_kernel
+++ b/include/tests_kernel
@@ -665,7 +665,7 @@
break
else
# Searching for the Linux kernel after the keyword 'version'
- if [ "${I}" = "version" -o ]; then NEXTLINE=1; fi
+ if [ "${I}" = "version" ]; then NEXTLINE=1; fi
fi
done
else