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: Configurator, Sample Apps
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