X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/9e5602f0603b771fdda16731ab5bf6e460fe8795..94455fbb88eeecde368ac25667c2e23ca8d1f29a:/src/become.c diff --git a/src/become.c b/src/become.c index c53b00b..2b8eedd 100644 --- a/src/become.c +++ b/src/become.c @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: become.c,v 1.13 1997/09/26 09:14:57 mdw Exp $ + * $Id: become.c,v 1.15 1998/01/13 11:10:44 mdw Exp $ * * Main code for `become' * - * (c) 1997 EBI + * (c) 1998 EBI */ /*----- Licensing notice --------------------------------------------------* @@ -29,6 +29,12 @@ /*----- 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. + * * Revision 1.13 1997/09/26 09:14:57 mdw * Merged blowfish branch into trunk. * @@ -1136,7 +1142,7 @@ done_options: */ static char *preserve[] = { - "TERM", "DISPLAY", 0 + "TERM", "DISPLAY", "TZ", 0 }; /* --- Variables to be expunged --- *