aboutgitcode
path: root/mbuto
diff options
context:
space:
mode:
authorSevinj Aghayeva <sevinj.aghayeva@gmail.com>2022-06-20 14:00:24 -0400
committerStefano Brivio <sbrivio@redhat.com>2022-06-22 12:19:06 +0200
commitfc2a8ed13cfc99aca1b3804008e30e224983b820 (patch)
tree089f229b5ac1a3b13caed31d5aaad5ae3683b503 /mbuto
parent5dbee125cffd3b65ca1fd03bbc9287eef93eb8f1 (diff)
downloadmbuto-fc2a8ed13cfc99aca1b3804008e30e224983b820.tar
mbuto-fc2a8ed13cfc99aca1b3804008e30e224983b820.tar.gz
mbuto-fc2a8ed13cfc99aca1b3804008e30e224983b820.tar.bz2
mbuto-fc2a8ed13cfc99aca1b3804008e30e224983b820.tar.lz
mbuto-fc2a8ed13cfc99aca1b3804008e30e224983b820.tar.xz
mbuto-fc2a8ed13cfc99aca1b3804008e30e224983b820.tar.zst
mbuto-fc2a8ed13cfc99aca1b3804008e30e224983b820.zip
mbuto: format missing modules output
Signed-off-by: Sevinj Aghayeva <sevinj.aghayeva@gmail.com>
Diffstat (limited to 'mbuto')
-rwxr-xr-xmbuto3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbuto b/mbuto
index cb6f3f4..bc82b66 100755
--- a/mbuto
+++ b/mbuto
@@ -273,7 +273,8 @@ profile_kselftests() {
__kmods_missing="$(list_diff "${__kmods_needed}" "${KMODS}")"
if [ ! -z "${__kmods_missing}" ]; then
- notice "WARNING: missing modules: ${__kmods_missing}"
+ printf "WARNING: the following modules are missing:\n "
+ echo "${__kmods_missing}" | "${FMT}" -t
fi
fi