[ https://jira.terracotta.org/jira//browse/CDV-339?page=comments#action_22565 ] Kalai Kannaiyan commented on CDV-339: -------------------------------------
Env: solaris (s10qa1 machine) Tested with rev5072(2.4-nightly), it is not working as expected. Steps: Start the demo server: 1. Navigate to /terracotta-2.4-nightly-rev5072/samples/ 2. execute ./start-demo-server.sh Run the jtable demo: 3. Navigate to /terracotta-2.4-nightly-rev5072/samples/pojo/jtable 4. execute ../../../bin/dso-java.sh -cp classes demo.jtable.Main Actual: ../../../bin/dso-java.sh: test: unknown operator == is displayed > Unix shell scripts that use dso-env are bash-specific; should support sh > ------------------------------------------------------------------------ > > Key: CDV-339 > URL: https://jira.terracotta.org/jira//browse/CDV-339 > Project: Community Development > Issue Type: Bug > Reporter: Gary Keim > Assigned To: Kalai Kannaiyan > > The Unix shell scripts that exec dso-env pass arguments, and that is only > supported under bash. We want to support sh, as well, since on Solaris bash > doesn't come pre-installed. > . dso-env -q ==> set -- -q; . dso-env > This should be targeted for the 2.4.1 update. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list [email protected] http://lists.terracotta.org/mailman/listinfo/tc-dev
