From: Todd C. Miller Date: Sun, 7 Jan 2001 18:57:23 +0000 (+0000) Subject: glibc uses the LANGUAGE env var so clear that too; Solar Designer X-Git-Tag: SUDO_1_6_4~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeb8cefc420b66b2c4ad595b689dd6ac08019cc9;p=sudo glibc uses the LANGUAGE env var so clear that too; Solar Designer --- diff --git a/env.c b/env.c index 72300d177..44f0ad56e 100644 --- a/env.c +++ b/env.c @@ -115,6 +115,7 @@ static struct env_table badenv_table[] = { { "BASH_ENV=", 9, 0 }, { "LC_", 3, 1 }, { "LANG=", 5, 1 }, + { "LANGUAGE=", 5, 1 }, { (char *) NULL, 0, 0 } };