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
path: root/lynis
diff options
context:
space:
mode:
authoratao60 <atao60@users.noreply.github.com>2016-07-26 16:00:05 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-26 16:00:05 +0300
commit0b5b4a47a350cf14e79480bb2c3650d4f209cfdf (patch)
treef2669f8c51890e6211035e73a2e0f1c1c562a2b2 /lynis
parentbfefb1c02f177781247c9be7d13897eb1e79d119 (diff)
Display function creates wrong indentation of result column (#237)
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis3
1 files changed, 3 insertions, 0 deletions
diff --git a/lynis b/lynis
index 2e29608e..f1471bff 100755
--- a/lynis
+++ b/lynis
@@ -49,6 +49,9 @@
# Version number of report files (when format changes in future)
REPORT_version_major="1"; REPORT_version_minor="0"
REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"
+
+ DISPLAY_LANG=$LANG # requiered by function Display to deal with multi-bytes characters.
+
#
#################################################################################
#