[2493] in testers
Re: release77
daemon@ATHENA.MIT.EDU (yandros@MIT.EDU)
Fri Jun 24 21:34:43 1994
From: yandros@MIT.EDU
Date: Fri, 24 Jun 1994 21:34:29 -0400
To: sraheja@MIT.EDU
Cc: testers@MIT.EDU
In-Reply-To: <9406241850.AA19752@bombardier.MIT.EDU> (message from Sameer Raheja on Fri, 24 Jun 1994 14:50:17 EDT)
The way you want to do that is to have a ~/.tcshrc file with the
following lines:
set hosttype = `/bin/athena/machtype`
source ~/.cshrc
This will allow you to switch back and forth between shells. The
actual problem you ran into was that the default shell isn't quite set
up correctly in this cycle of the test release, but doing things this
way is more portable anyway..