lbmk scripts: general code cleanup

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-12-22 13:05:32 +00:00
parent b111f4840a
commit b0e5fc9d9c
6 changed files with 79 additions and 115 deletions
+1 -2
View File
@@ -58,9 +58,8 @@ EOF
check_defconfig()
{
for x in "${1}"/config/*; do
[ -f "${x}" ] && return 0
[ -f "${x}" ] && return 1
done
return 1
}
handle_coreboot_utils()