Preserve HOME by default too. Matches documentation and previous behavior.
This commit is contained in:
1
env.c
1
env.c
@@ -198,6 +198,7 @@ static const char *initial_checkenv_table[] = {
|
|||||||
static const char *initial_keepenv_table[] = {
|
static const char *initial_keepenv_table[] = {
|
||||||
"COLORS",
|
"COLORS",
|
||||||
"DISPLAY",
|
"DISPLAY",
|
||||||
|
"HOME",
|
||||||
"HOSTNAME",
|
"HOSTNAME",
|
||||||
"KRB5CCNAME",
|
"KRB5CCNAME",
|
||||||
"LS_COLORS",
|
"LS_COLORS",
|
||||||
|
Reference in New Issue
Block a user