merged with mainline

This commit is contained in:
BVK Chaitanya 2010-04-09 21:44:59 +05:30
commit c41c00eab6
99 changed files with 20896 additions and 2748 deletions

View file

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