[9960] in Athena Bugs
Re: .xsession
daemon@ATHENA.MIT.EDU (Richard Basch)
Sun Oct 4 01:16:27 1992
Date: Sun, 4 Oct 92 01:16:08 -0400
To: tritan@MIT.EDU
Cc: quality@MIT.EDU, bugs@MIT.EDU
In-Reply-To: bugs[9937]
From: "Richard Basch" <basch@MIT.EDU>
Ok, I have confirmed that there is a problem with the RISC/6000 and
executable shell scripts. It seems that the shell pathname must be less
than or equal to 32 characters. Since, /afs/sipb/project/tcsh/tcsh is
28 characters, I believe that it must be the canonical name that has to
be less than 32 characters (/afs/sipb.mit.edu/project/tcsh/.bin.@sys/tcsh).
The workaround for now is to change your first line to be:
#!/bin/athena/tcsh
I didn't see anything in your file that would cause this not to work.
-Richard