ChangeLog entry was missing, this attachment has it fixed.
--
bvk.chaitanya
=== modified file 'ChangeLog'
--- old/ChangeLog 2009-12-02 07:36:13 +
+++ new/ChangeLog 2009-12-06 15:50:49 +
@@ -1,3 +1,7 @@
+2009-12-06 BVK Chaitanya
+
+ * script/parser.y: Bug fixes in gra
On Fri, Dec 4, 2009 at 9:42 PM, Robert Millan wrote:
> On Fri, Dec 04, 2009 at 07:12:12AM +, BVK wrote:
>>
>> Attached patch (experimental) adds a new tool, grub-script-check, that
>> can be used to check grub.cfg file syntax. Idea is to use this tool
>> during update-grub to catch any syntax
On Fri, Dec 04, 2009 at 07:12:12AM +, BVK wrote:
> Hi,
>
>
>
> Attached patch (experimental) adds a new tool, grub-script-check, that
> can be used to check grub.cfg file syntax. Idea is to use this tool
> during update-grub to catch any syntax errors and reject the update.
>
> This tool u
Hi,
Attached patch (experimental) adds a new tool, grub-script-check, that
can be used to check grub.cfg file syntax. Idea is to use this tool
during update-grub to catch any syntax errors and reject the update.
This tool uses the same parsing code as the normal mode script engine,
except that