summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/boot.c1
1 files changed, 1 insertions, 0 deletions
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);