*** For details on how to be removed from this list visit the *** *** CCP4 home page http://www.ccp4.ac.uk ***
Patrick G. Shaw wrote:
I have been trying to run a script in Mosflm and i get the error: ./mosflm_scrpt_hires50.com: line 16: setenv: command not found ./mosflm_scrpt_hires50.com: line 17: setenv: command not found etc The script worked fine on an older version of mosflm (don't know which one) but doesn't seem to work with my current installation of 6.2.5. If anyone knows what might be wrong with this script or where I might find a template for a more modern one I'd be much ablidged. Patrick here is the script: #!/bin/bash
You're trying to run a csh script in bash. Try changing this to /bin/csh. Thanks, Donnie
