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-06-22 11:25:02 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-06-22 11:25:02 +0300
commit75738ceeab380e852739a9b78e0d907f3e611478 (patch)
treeffb9dfd170f127800b56f03464be4b51ab234021 /include/consts
parent6d6781a2ae9e57624ce834915fec6b040c5e4188 (diff)
Fix for language detection, unset LANG as right place
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/consts b/include/consts
index 7968ef1f..1a75ae68 100644
--- a/include/consts
+++ b/include/consts
@@ -33,10 +33,6 @@ BIN_PATHS="/bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin \
ETC_PATHS="/etc /usr/local/etc"
-# Do not use specific language, fall back to default
-# Some tools with translated strings are very hard to parse
-unset LANG
-
#
#################################################################################
#