tinyramfs: kill command isn't actually needed

This commit is contained in:
illiliti
2021-05-16 02:39:18 +03:00
parent a5e572c0c3
commit 81370bb5ac
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# https://www.shellcheck.net/wiki/SC2016
# shellcheck disable=2154,2016
for _binary in mdevd mdevd-coldplug; do
for _binary in mdevd mdevd-coldplug kill; do
copy_binary "$_binary"
done