diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 9a4c9669c..79ab78fc2 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -627,8 +627,8 @@ static pid_t run(struct init_action *a) | |||
627 | messageND(LOG, | 627 | messageND(LOG, |
628 | "Waiting for enter to start '%s' (pid %d, terminal %s)\n", | 628 | "Waiting for enter to start '%s' (pid %d, terminal %s)\n", |
629 | cmdpath, getpid(), a->terminal); | 629 | cmdpath, getpid(), a->terminal); |
630 | write(fileno(stdout), press_enter, sizeof(press_enter) - 1); | ||
631 | fflush(stdout); | 630 | fflush(stdout); |
631 | write(fileno(stdout), press_enter, sizeof(press_enter) - 1); | ||
632 | getc(stdin); | 632 | getc(stdin); |
633 | } | 633 | } |
634 | 634 | ||