*** For details on how to be removed from this list visit the ***
*** CCP4 home page http://www.ccp4.ac.uk ***
OK, I had anotehr look. The problems really start with this line:
/usr/local/xtal/ccp4-6.0/bin; eof-mosflm
Something must have gotten really corrupted -- it makes no sense in any
shell language.
The construct presumably once was something called a "here document" (see
the scripting guide I just sent you the link to for a detailed
explanation. Briefly, it is of the form
unix command << eof
command 1
command 2
...
command N
eof
and it behaves as if you are giving "unix command" a file with those
contents.
On Thu, 20 Apr 2006, Patrick G. Shaw wrote:
*** For details on how to be removed from this list visit the ***
*** CCP4 home page http://www.ccp4.ac.uk ***
I changed it and ran it in csh and now I get
: Command not found.
: Command not found.
/usr/local/xtal/ccp4-6.0/bin: Permission denied.
: Command not found.
: Command not found.
TITLE: Command not found.
: Command not found.
Too many )'s.
and I know that I have permission in the /usr/local/xtal/ccp4-6.0/bin directory
so I'm not sure what is up with that.
thanks
Quoting Jim Pflugrath <[EMAIL PROTECTED]>:
setenv is a c-shell command and not a bash shell command.
change the first line from
#!/bin/bash
to
#!/bin/csh
and see what happens.
Jim
On Thu, 20 Apr 2006, Patrick G. Shaw wrote: