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


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