[comp.sys.next] one New Shell answer

abe@mace.cc.purdue.edu (Vic Abell) (04/08/91)

In article <7112@mace.cc.purdue.edu> I wrote:
>export: Command not found.
>TERM=Workspace: Command not found.

>	2.  Why is /bin/csh being fed what appear to be Bourne or Korn Shell
>	    startup commands?   Are the commands stored in a file?  (They can
>	    be found in "strings /usr/lib/NextStep/Workspace.app/Workspace".)

I am embarrassed to report that the answer to this question is that I still
have a .cshrc that contains:

	if ( ! $?LOGINDONE ) then
		source ~/.login
	endif

and a .login that contains:

	set noglob; eval `tset -Q -s`; unset noglob

Now if I could just file a way to direct the Workspace Manager to start my
login shell instead of csh.

Vic Abell <abe@mace.cc.purdue.edu>