]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
small fix, large gain (in size)
authorBVK Chaitanya <bvk.groups@gmail.com>
Sat, 12 Jun 2010 05:45:53 +0000 (11:15 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Sat, 12 Jun 2010 05:45:53 +0000 (11:15 +0530)
script/yylex.l

index c5c5cc4e37a1ad0949368e463ca51bcb6ded020e..2e770c49ff08b1122b72de758662007de4152b46 100644 (file)
@@ -123,7 +123,7 @@ NAME            [[:alpha:]_][[:alnum:][:digit:]_]*
 
 ESC             \\.
 SQCHR           [^\']
-DQCHR           {ESC}|[^\"]
+DQCHR           {ESC}|[^\\\"]
 DQSTR           \"{DQCHR}*\"
 SQSTR           \'{SQCHR}*\'
 VARIABLE        ${NAME}|$\{{NAME}\}|${DIGITS}|$\{{DIGITS}\}|$\?|$\{\?\}