[ https://issues.apache.org/jira/browse/FELIX-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Nodet resolved FELIX-1304. ------------------------------------ Resolution: Fixed Assignee: Guillaume Nodet URL: http://svn.apache.org/viewvc?rev=791913&view=rev > Better support for variables evaluation in arguments > ---------------------------------------------------- > > Key: FELIX-1304 > URL: https://issues.apache.org/jira/browse/FELIX-1304 > Project: Felix > Issue Type: Improvement > Components: Gogo > Reporter: Guillaume Nodet > Assignee: Guillaume Nodet > > Currently, gogo will split arguments each time a ${xx} or <x> is encountered. > Also, there's no support for evaluation of variables inside quotes. > The goal would be to support things like: > a = 1; b = 2; echo $a$b > which would evaluate as "12" instead of "1 2" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.