Preserve HOME by default too. Matches documentation and previous behavior.

This commit is contained in:
Todd C. Miller
2008-03-13 11:34:31 +00:00
parent d11cb3d14b
commit daba1995fc

1
env.c
View File

@@ -198,6 +198,7 @@ static const char *initial_checkenv_table[] = {
static const char *initial_keepenv_table[] = {
"COLORS",
"DISPLAY",
"HOME",
"HOSTNAME",
"KRB5CCNAME",
"LS_COLORS",