[3545] in Athena Bugs
6.3B: /usr/athena/lib/init/cshrc
daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Tue Oct 31 19:08:02 1989
From: probe@ATHENA.MIT.EDU
Date: Tue, 31 Oct 89 19:07:20 -0500
To: bugs@ATHENA.MIT.EDU
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
The following sequence will cause no path to be set if ~/.path does
nothing (Ron Orcutt ran into this one):
if ((! $?NOCALLS) && (-r ~/.path)) then
source ~/.path # User-specified path
else
set path=(. $HOME/$bindir $athena_path) # Standard Athena path
endif
-Richard