summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c
index 635acb99..66810fbe 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -534,7 +534,7 @@ main (int argc, char **argv, char **envp)
/* Parse the boot script. */
{
char *p, *line;
- static const char filemsg[] = "Can't open boot script";
+ static const char filemsg[] = "Can't open boot script\n";
int amt, fd, err;
fd = open (bootscript, O_RDONLY, 0);