From ce241a493fdb408dcc505145712cc5f6a8254706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 30 May 2017 17:03:25 -0400 Subject: sulogin-shell: avoid heredocs They require a writable /tmp dir (in the bash implementation). Let's use echo, and not 'echo -e' since that doesn't seem to be completely portable. Fixes #6052. --- src/sulogin-shell/systemd-sulogin-shell.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/sulogin-shell') diff --git a/src/sulogin-shell/systemd-sulogin-shell.in b/src/sulogin-shell/systemd-sulogin-shell.in index d4f32af5f9..103f841a57 100755 --- a/src/sulogin-shell/systemd-sulogin-shell.in +++ b/src/sulogin-shell/systemd-sulogin-shell.in @@ -4,11 +4,9 @@ if [ -x /bin/plymouth ]; then /bin/plymouth --wait quit fi -cat <