chiark / gitweb /
Add `TZ' to the list of variables to be preserved.
authormdw <mdw>
Tue, 13 Jan 1998 11:10:44 +0000 (11:10 +0000)
committermdw <mdw>
Tue, 13 Jan 1998 11:10:44 +0000 (11:10 +0000)
src/become.c

index 79ec7aeac41d2a13757f14f50b9fadf7d5c03917..2b8eedd2e598dfab85173364ad6b7c71c6f06435 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: become.c,v 1.14 1998/01/12 16:45:39 mdw Exp $
+ * $Id: become.c,v 1.15 1998/01/13 11:10:44 mdw Exp $
  *
  * Main code for `become'
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: become.c,v $
+ * Revision 1.15  1998/01/13 11:10:44  mdw
+ * Add `TZ' to the list of variables to be preserved.
+ *
  * Revision 1.14  1998/01/12 16:45:39  mdw
  * Fix copyright date.
  *
@@ -1139,7 +1142,7 @@ done_options:
      */
 
     static char *preserve[] = {
-      "TERM", "DISPLAY", 0
+      "TERM", "DISPLAY", "TZ", 0
     };
 
     /* --- Variables to be expunged --- *