Thx for your response Dimitri. However, as I stated before in my question, I
have tried replacing the curlies with { and } which are the same
as { and }. And they didn't work.
In the meantime, I have looked at the source code for the string parser. Up
to my understanding, it seems that the firstly-found closing-curly is
determined as the closing of the whole ${bsh: ... }, and this makes any
statement with curlies fail. Could one of the developers verify this?From: "Dimitri Unruh" <[EMAIL PROTECTED]> To: [email protected] Date: Wed, 30 Jan 2008 09:58:13 +0100 Subject: Re: Curly braces in ${bsh; ...} I guess you should try this one: { for { and } for }
