2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

glibc uses the LANGUAGE env var so clear that too; Solar Designer

This commit is contained in:
Todd C. Miller
2001-01-07 18:57:23 +00:00
parent f0a75258b9
commit aeb8cefc42

1
env.c
View File

@@ -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 }
};