From 75738ceeab380e852739a9b78e0d907f3e611478 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 22 Jun 2020 10:25:02 +0200 Subject: Fix for language detection, unset LANG as right place --- lynis | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lynis') diff --git a/lynis b/lynis index 9b0e5894..76722baa 100755 --- a/lynis +++ b/lynis @@ -241,6 +241,11 @@ echo "Could not find languages directory (file: ${DBDIR}/languages/en)" exit 1 fi + + # Now that we have determined the language, we unset it from shell + # Some tools with translated strings are very hard to parse + unset LANG + # ################################################################################# # -- cgit v1.2.3