From da6e015fb95689de06f861119a32939b1db7b2b9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 18 Oct 2010 01:31:05 +0200 Subject: Add \n to boot error message * boot/boot.c (main): Print \n after printing boot_script_error_string(). --- boot/boot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'boot') diff --git a/boot/boot.c b/boot/boot.c index 1a4e1b12..68ba2461 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -730,6 +730,7 @@ main (int argc, char **argv, char **envp) int i = strlen (str); write (2, str, i); + write (2, "\n", 1); host_exit (1); } free (buf); -- cgit v1.2.3