2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>

Prevent unknown commands from stopping menuentry execution.

	* script/execute.c (grub_script_execute_cmdline): Print error after
	unknown command.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-14 14:46:19 +01:00
parent 095f5f82f7
commit bc028f2f86
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
Prevent unknown commands from stopping menuentry execution.
* script/execute.c (grub_script_execute_cmdline): Print error after
unknown command.
2010-02-14 Vladimir Serbinenko <phcoder@gmail.com>
* fs/i386/pc/pxe.c (GRUB_MOD_INIT): Fix typo.