chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c758e65
)
Add `TZ' to the list of variables to be preserved.
author
mdw
<mdw>
Tue, 13 Jan 1998 11:10:44 +0000
(11:10 +0000)
committer
mdw
<mdw>
Tue, 13 Jan 1998 11:10:44 +0000
(11:10 +0000)
src/become.c
patch
|
blob
|
blame
|
history
diff --git
a/src/become.c
b/src/become.c
index 79ec7aeac41d2a13757f14f50b9fadf7d5c03917..2b8eedd2e598dfab85173364ad6b7c71c6f06435 100644
(file)
--- a/
src/become.c
+++ b/
src/become.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: become.c,v 1.1
4 1998/01/12 16:45:39
mdw Exp $
+ * $Id: become.c,v 1.1
5 1998/01/13 11:10:44
mdw Exp $
*
* Main code for `become'
*
*
* Main code for `become'
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: become.c,v $
/*----- 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.14 1998/01/12 16:45:39 mdw
* Fix copyright date.
*
@@
-1139,7
+1142,7
@@
done_options:
*/
static char *preserve[] = {
*/
static char *preserve[] = {
- "TERM", "DISPLAY", 0
+ "TERM", "DISPLAY",
"TZ",
0
};
/* --- Variables to be expunged --- *
};
/* --- Variables to be expunged --- *