[ https://jira.terracotta.org/jira//browse/CDV-298?page=comments#action_21488 ] Gary Keim commented on CDV-298: -------------------------------
And, by default, bash doesn't come with Solaris. If we support Solaris, we should not depend on bash. > our bash scripts might not work in OS that doesn't use Bash shell by default > ---------------------------------------------------------------------------- > > Key: CDV-298 > URL: https://jira.terracotta.org/jira//browse/CDV-298 > Project: Community Development > Issue Type: Bug > Components: Sample Apps, Configurator > Affects Versions: trunk-nightly > Reporter: Hung Huynh > Assigned To: Issue Review Board > > http://forums.terracotta.org/forums/posts/list/0/247.page#1388 > start.sh and the other shell scripts use: > #!/bin/sh > in Unbuntu, it's invoked "dash" shell instead of Bash. > Workaround is to specifically invoke Bash shell with: > #!/bin/bash -- 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
