From daba1995fc916675318ddafd9b3d2660e2cf6181 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 13 Mar 2008 11:34:31 +0000 Subject: [PATCH] Preserve HOME by default too. Matches documentation and previous behavior. --- env.c | 1 + 1 file changed, 1 insertion(+) diff --git a/env.c b/env.c index 924a3acb4..b9ee0ab34 100644 --- a/env.c +++ b/env.c @@ -198,6 +198,7 @@ static const char *initial_checkenv_table[] = { static const char *initial_keepenv_table[] = { "COLORS", "DISPLAY", + "HOME", "HOSTNAME", "KRB5CCNAME", "LS_COLORS",