Re: [bug #27695] parser.sh ignores the closing quote when preceeded by a variable

2009-12-06 Thread Andreas Born
Problem exists still as of r1917. I've attached a rediffed version of Vladimir's patch. The behaviour without the patch changed (it's even more confusing), but it's basically still the same: grub> echo "$root" grub>" hd0,1 Vladimir 'phcoder' Serbinenko schrieb: Andreas Born wrote: URL: <

Re: [bug #27695] parser.sh ignores the closing quote when preceeded by a variable

2009-10-16 Thread Robert Millan
On Thu, Oct 15, 2009 at 03:28:02PM +0200, Vladimir 'phcoder' Serbinenko wrote: > diff --git a/script/sh/lexer.c b/script/sh/lexer.c > index a30e3c0..0c71dae 100644 > --- a/script/sh/lexer.c > +++ b/script/sh/lexer.c > @@ -350,9 +350,11 @@ grub_script_yylex (union YYSTYPE *yylval, struct > grub_par

Re: [bug #27695] parser.sh ignores the closing quote when preceeded by a variable

2009-10-15 Thread Vladimir 'phcoder' Serbinenko
Andreas Born wrote: > URL: > > > Summary: parser.sh ignores the closing quote when preceeded > by a variable > Attached patch should fix this bug > Project: GNU GRUB > Submitted by: shador > Submitt