summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index e74d2a6d..82b1c6c8 100644
--- a/lib.c
+++ b/lib.c
@@ -5648,6 +5648,8 @@ static time_t timegm_hack(struct tm *tm)
#if HAVE_TZSET
tzset();
#endif
+
+ env_list = nil;
return ret;
}
#endif