From ee5ad0ad9eac94e986f00a37c4208e6a3f70047f Mon Sep 17 00:00:00 2001 From: kn Date: Mon, 26 Dec 2022 20:24:43 +0000 Subject: [PATCH] add newline missed in previous --- etc/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index 7ea51ef2427..149d6f5a33a 100644 --- a/etc/rc +++ b/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.566 2022/12/26 18:57:50 florian Exp $ +# $OpenBSD: rc,v 1.567 2022/12/26 20:24:43 kn Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -254,6 +254,7 @@ reorder_libs() { # Read output of reorder_libs co-process and output on console. wait_reorder_libs() { local _line + while IFS= read -p _line; do echo -n "$_line" done -- 2.20.1