-----Original Message----- From: ron minnich [mailto:rminnich@gmail.com] On Mon, Apr 20, 2009 at 7:50 PM, ron minnich rminnich@gmail.com wrote:
the issue is that include files need an end statement. Long story. My
fault.
that's not quite it either, sorry, it's been a long day.
I think that this small patch fixes it. It seems that | is special to the tokenizer and needs to be [|], so "||" => "[|][|]". There are no occurrences of || that I can find in Config.lb files, which probably means that this bug has stopped people from using it. I made up a test case, but nothing real. I'd love for someone to think of a place they'd like to use || in a Config.lb file and try it out.
Signed-off-by: Myles Watson mylesgw@gmail.com
+## This is needed to work around a parser bug. +if USE_FALLBACK_IMAGE +end
This snippet will also disappear from config/nofailovercalculation.lb with an ack.
Thanks, Myles