[16421] in Athena Bugs
Re: sgi 8.2.13: pgp and hosttype
daemon@ATHENA.MIT.EDU (John Hawkinson)
Sat Oct 17 21:16:01 1998
Date: Sat, 17 Oct 1998 21:15:59 -0400
To: Mike Barker <mbarker@MIT.EDU>
Cc: bugs@MIT.EDU
In-Reply-To: "[16419] in Athena Bugs"
From: John Hawkinson <jhawk@MIT.EDU>
csh scripts should start with
#!/bin/csh -f
otherwise they may execute csh dotfiles that are not appropriate
for scripts -- one of the ones in your environment, perhaps .cshrc,
was referencing hosttype.
hosttype is set in /usr/athena/lib/init/cshrc for 8.2 platforms, but
this shouldn't matter...it's possible that there's something more complicated
going on here, but "csh -f" is the right thing for all csh scripts (which
are abominations regardless, but...), and will certainly fix it here.
--jhawk