[2798] in testers
Re: sun4 7.7P: add
daemon@ATHENA.MIT.EDU (dkk@MIT.EDU)
Mon Jan 30 19:36:08 1995
From: dkk@MIT.EDU
Date: Mon, 30 Jan 95 19:35:50 -0500
To: jhawk@MIT.EDU
Cc: testers@MIT.EDU
In-Reply-To: <9501302221.AA28308@bill-the-cat.MIT.EDU> (message from John Hawkinson on Mon, 30 Jan 1995 17:21:37 -0500)
> It is a c-shell script, but nonetheless expects
> PATH to be defined, which is not guaranteed.
The only way I've ever succeeded in getting an Athena csh to have
$path set but not $PATH is by "unsetenv PATH" and then not touching
$path (or the shell immediately puts $PATH back in the environment).
I think it's reasonable for users who do this to expect some
incompatibility (eg: every process they spawn from that shell will
have no path set at all).