Sub-shell syntax support
------------------------
Key: GSHELL-25
URL: http://issues.apache.org/jira/browse/GSHELL-25
Project: GShell (Sandbox)
Type: New Feature
Security: public (Regular issues)
Components: Core
Reporter: Jason Dillon
Assigned to: Jason Dillon
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira