]> git.ipfire.org Git - thirdparty/shadow.git/commit
run_some: fix shellcheck warning
authorSerge Hallyn <serge@hallyn.com>
Tue, 28 Feb 2023 03:16:38 +0000 (21:16 -0600)
committerSerge Hallyn <serge@hallyn.com>
Tue, 28 Feb 2023 03:38:45 +0000 (21:38 -0600)
commit61ca915ac5a823a074aa350488b07e8f997336bb
tree92c1ef8298fb50e3c77aafdd0b2133cb94315f63
parent6d03bbea96663d679e09770a2eaba35e08a22d47
run_some: fix shellcheck warning

shellcheck warns against using echo with flags, as posix sh won't
support it.  It suggests using printf, so let's do that.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
tests/run_some