merged with mainline

This commit is contained in:
BVK Chaitanya 2010-04-09 20:53:57 +05:30
commit 9705115b22
126 changed files with 21643 additions and 4243 deletions

View file

@ -92,7 +92,7 @@ script: newlines0
{
$$ = 0;
}
| script statement delimiter
| script statement delimiter newlines0
{
struct grub_script_cmdblock *cmdblock;
cmdblock = (struct grub_script_cmdblock *) $1;