diff --git a/lynis b/lynis index b1e6570e..074aba55 100755 --- a/lynis +++ b/lynis @@ -110,7 +110,7 @@ Make sure to execute ${PROGRAM_NAME} from untarred directory or check your insta fi # Auto detection of language based on locale (first two characters). Set to English when nothing found. - if [ -x "$(command -v locale)" ]; then + if [ -x "$(command -v locale 2> /dev/null)" ]; then LANGUAGE=$(locale | egrep "^LANG=" | cut -d= -f2 | cut -d_ -f1 | egrep "^[a-z]{2}$") fi if [ -z "${LANGUAGE}" ]; then