Re: tcsh 6.15.00 TZ environmental variable - unexpected behaviour.

2007-08-01 Thread Corinna Vinschen
On Aug 1 12:09, [EMAIL PROTECTED] wrote: > It appears that tcsh treats the "TZ" environmental variable in a special > way - upon entry into tcsh, some commands see TZ as set. Using unsetenv to > attempt to unset it is fruitless: > > bash-3.2$ unset TZ > bash-3.2$ printenv TZ > bash-3.

tcsh 6.15.00 TZ environmental variable - unexpected behaviour.

2007-08-01 Thread roger . broadbent
It appears that tcsh treats the "TZ" environmental variable in a special way - upon entry into tcsh, some commands see TZ as set. Using unsetenv to attempt to unset it is fruitless: bash-3.2$ unset TZ bash-3.2$ printenv TZ bash-3.2$ echo $TZ bash-3.2$ bash -c "printenv TZ" ba