]> git.ipfire.org Git - thirdparty/systemd.git/commit
sulogin-shell: avoid heredocs
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 May 2017 21:03:25 +0000 (17:03 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 May 2017 21:03:25 +0000 (17:03 -0400)
commitce241a493fdb408dcc505145712cc5f6a8254706
tree4a46531a49c98e8f3818e882e69d7a4c7b4192d3
parent03c3c520402db803cffd5abc7ea0c55fba95fbb3
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