I have downloaded freemind-bin-max-0_8_0.zip. It has a freemind.sh executable in it but when I run it I get the error: ./freemind.sh: syntax error at line 46: `JAVACMD=$' unexpected
When I go to line 46 of the freemind.sh file it has the following: JAVACMD=$(which java) So I changed it to this. JAVACMD=`which java` Now I get the error as follows: ./freemind.sh: syntax error at line 93: `freepath=$' unexpected When I go to line 93 i see this: freepath=$(dirname "$0") So I also change this line to this: freepath=`dirname "$0"` I try to run freemind.sh again and get this error: ./freemind.sh: bad substitution How do I install freemind on opensolaris? This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
