[ 
https://issues.apache.org/jira/browse/KARAF-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007841#comment-13007841
 ] 

Guillaume Nodet commented on KARAF-521:
---------------------------------------

Actually, it may be possible by building the command line using strings and 
using eval after that:
{code}
cmd = "foo"
cmd = "$cmd bar"
eval $cmd
{code}

> Executing complex scripts is extremely difficult
> ------------------------------------------------
>
>                 Key: KARAF-521
>                 URL: https://issues.apache.org/jira/browse/KARAF-521
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>             Fix For: 2.2.0
>
>
> Copy / pasting currently needs command to be defined on a single line, but 
> KARAF-519 makes that unusable.
> There's no source command either to execute a script from a file.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to