$variable does not expand as expected

if I have a variable containing = “echo hello; echo goodbye”

and on a line you have

$myvar

the output will be:
hello; echo goodbye

it should really be
hello
goodbye

I consider this a bug (it doesn’t allow for multiple command line commands to be passed from script to script then run unless you parse out the ; yourself in the destination script…ouch) - but I am listing it as RFE out of the kindness of my heart :wink:

d