Hi, The Taverna startup script has a shebang line of /bin/sh, and assumes that this program will be Bourne-shell compatible. It's quite possible for /bin/sh to be something else (e.g. C-shell), in which case it fails on a syntax error (happens on our Solaris system). The solution would be to change the shebang to explicitly ask for something syntax-compatible and widely available, e.g. /bin/ksh.
Cheers, Paul ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
