Felix Zielcke wrote:
Here's now the patch Robert requested. grub_print_error shouldn't use stdout for the utils.
+#ifdef GRUB_UTIL
+ fprintf (stderr, "error: %s\n");
+#else
grub_printf ("error: %s\n", grub_errmsg);
+#endif
There is at least bug here.... _______________________________________________ Grub-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/grub-devel
