[ 
https://issues.apache.org/jira/browse/GSHELL-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dillon updated GSHELL-25:
-------------------------------

    Fix Version/s:     (was: 1.0-alpha-2)
                   1.0-alpha-3

> Sub-shell syntax support
> ------------------------
>
>                 Key: GSHELL-25
>                 URL: https://issues.apache.org/jira/browse/GSHELL-25
>             Project: GShell
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: Core
>            Reporter: Jason Dillon
>            Priority: Minor
>             Fix For: 1.0-alpha-3
>
>
> Support constructs like:
> {noformat}
> set a=b ; (set a=c; echo $a); echo $a
> {noformat}
> This should create 2 shells. and result in:
> {noformat}
> c
> b
> {noformat}
> Executes as follows:
>  * set a=b
>  ** set a=c
>  ** echo $a
>  * echo $a
> Intenally the sub-shell is delegated to the builtin subshell command.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to