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>2016-07-12 21:32:49 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-12 21:32:49 +0300
commit09aa31bb5c4613b7211969558bc44503fe7db5e2 (patch)
tree3bcceebe4b7a1bb517d6dc6779c5aff0136b9f3d /include
parent07a113e46ec10a93aa86bac680ab95a5e539840c (diff)
Minor code cleanup
Diffstat (limited to 'include')
-rw-r--r--include/profiles4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/profiles b/include/profiles
index e0182f03..ecf73e55 100644
--- a/include/profiles
+++ b/include/profiles
@@ -139,9 +139,7 @@
# Language
language | lang)
LogText "Language set via profile to ${VALUE}"
- if [ ! -z "${VALUE}" ]; then
- LANGUAGE="${VALUE}"
- fi
+ if [ ! -z "${VALUE}" ]; then LANGUAGE="${VALUE}"; fi
AddSetting "language" "${LANGUAGE}" "Language"
;;