[ 
https://jira.terracotta.org/jira//browse/CDV-339?page=comments#action_22674 ] 
            
Hung Huynh commented on CDV-339:
--------------------------------

We use "sh" shell in our script. In Linux, "sh" = "bash"

In solaris that is not the case, "sh" is "sh", but it also has "bash"

That's why our scripts have to be supportive of both "sh"  and "bash". It would 
be easier if we just specify "bash" script explicitly in our scripts and forget 
about "sh"

> 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

Reply via email to