Here are the details if the bash version which I assume is the standard distribution on this solaris platform .
TEST:bandlerp@us2187$ /bin/bash -version GNU bash, version 3.00.16(1)-release (sparc-sun-solaris2.10) Copyright (C) 2004 Free Software Foundation, Inc. Sent from my iPhone On 4 Jul 2011, at 10:50, Paul Bandler <[email protected]> wrote: > I'm running the script as shipped which already has #!/bin/bash on line 1....? > > Sent from my iPhone > > On 4 Jul 2011, at 10:02, Michael Hunger <[email protected]> > wrote: > >> Which shell is that? >> >> Could you try to change #!/bin/sh to #!/bin/bash for a test? >> >> Thanks a lot >> >> Michael >> >> Am 04.07.2011 um 10:57 schrieb Paul Bandler: >> >>> When invoking the bin/neo4j command on solaris the following error messages >>> are display and the script halts : >>> >>> TEST:bandlerp@us2187$ ./neo4j: line 37: syntax error in conditional >>> expression: unexpected token `(' >>> ./neo4j: line 37: syntax error near `^([' >>> ./neo4j: line 37: ` if [[ ${line} =~ ^([^#\s][^=]+)=(.+)$ ]]; then' >>> >>> Have not investigated - thought dev team might be interested ... >>> >>> Sent from my iPhone >>> _______________________________________________ >>> Neo4j mailing list >>> [email protected] >>> https://lists.neo4j.org/mailman/listinfo/user >> >> _______________________________________________ >> Neo4j mailing list >> [email protected] >> https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

