/.cshrc: Syntax error: unexpected end of file
by Mirror of Erised from LinuxQuestions.org on (#5FCZK)
Hello to all the wonderful people out there,
I am a newbie in the world of Linux (obviously!!!!). I would love to get some help regarding the following matter. I am trying to install a software called SPARTA+. While installing I sourced the .cshrc file and I faced the following error when .
/.cshrc: line 5: syntax error: unexpected end of file
This is how the .cshrc file looks like
if (-e $SPARTAP_Dir/sparta+Init.com) then
source $SPARTAP_Dir/sparta+Init.com
endif
It will be great if someone can tell me what's wrong with this .cshrc file or what does the error mean.
Thank you


I am a newbie in the world of Linux (obviously!!!!). I would love to get some help regarding the following matter. I am trying to install a software called SPARTA+. While installing I sourced the .cshrc file and I faced the following error when .
/.cshrc: line 5: syntax error: unexpected end of file
This is how the .cshrc file looks like
if (-e $SPARTAP_Dir/sparta+Init.com) then
source $SPARTAP_Dir/sparta+Init.com
endif
It will be great if someone can tell me what's wrong with this .cshrc file or what does the error mean.
Thank you