mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
lbmk scripts: general code cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user