On Thu, Feb 28, 2008 at 1:31 AM, Ryan Schmidt <[EMAIL PROTECTED]> wrote:
> On Feb 26, 2008, at 21:24, [EMAIL PROTECTED] wrote:
>
> > +livecheck.check regex
> > +livecheck.url ${homepage}
> > +livecheck.regex "Bazaar (\[0-9\]+\.\[0-9\]+) was released"
>
> Note that "\." in a tcl st
On Feb 26, 2008, at 21:24, [EMAIL PROTECTED] wrote:
> +livecheck.check regex
> +livecheck.url ${homepage}
> +livecheck.regex "Bazaar (\[0-9\]+\.\[0-9\]+) was released"
Note that "\." in a tcl string expressed in double quotes is
translated by tcl to "." so if you really want the r