Hello,
I just tried to create custom context attribute foo
with the value $UNAME_foo
, but in shell scripts, I must delimit the variable with ${UNAME}_foo
.
Unfortunately, doing so in Sunstone result in a parse error of my template, and $UNAME_foo
results in the foo
attribute` not present in context.
Should I open a bug report or is there a way to achieve my goal?
Regards.