You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2006/06/26 07:48:30 UTC

[jira] Updated: (GSHELL-25) Sub-shell syntax support

     [ http://issues.apache.org/jira/browse/GSHELL-25?page=all ]

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

    Description: 
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.

  was:
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



> 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
>     Assignee: 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
> Intenally the sub-shell is delegated to the builtin subshell command.

-- 
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