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

Guillaume Nodet updated FELIX-1498:
-----------------------------------

    Attachment: FELIX-1498.patch

The patch fix this issue.
3 tests are disabled because evaluates the command in addition to grouping.
See FELIX-1471

> After parameter evaluation, the result should be splitted again into tokens 
> before executing the command line
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1498
>                 URL: https://issues.apache.org/jira/browse/FELIX-1498
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: FELIX-1498.patch
>
>
> I think we should have:
> > a = "echo b"
> > $a
> b
> The previous behavior could be done by adding quotes:
> > "$a"
> echo b
> This would be more consistent with the parameter expansion that is currently 
> done.

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