mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
include/blobutil: simplify check_defconfig()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-3
@@ -47,11 +47,10 @@ eval "${setvars}"
|
||||
|
||||
check_defconfig()
|
||||
{
|
||||
no_config="printf \"No target defconfig in %s\\n\" ${1} 1>&2; return 1"
|
||||
for x in "${1}"/config/*; do
|
||||
[ -f "${x}" ] && no_config=""
|
||||
[ -f "${x}" ] && return 0
|
||||
done
|
||||
eval "${no_config}"
|
||||
return 1
|
||||
}
|
||||
|
||||
fetch()
|
||||
|
||||
Reference in New Issue
Block a user