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

* script/execute.c (grub_script_execute_cmdline): Use grub_print_error
	to show messages instead of discarding them.
	Process errors after executing command and not before. Keep old method
	too as precaution.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-10 18:09:44 +01:00
parent 660960d697
commit dd01d3970f
2 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2010-02-10 Vladimir Serbinenko <phcoder@gmail.com>
* script/execute.c (grub_script_execute_cmdline): Use grub_print_error
to show messages instead of discarding them.
Process errors after executing command and not before. Keep old method
too as precaution.
2010-02-09 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Check for ft2build.h.