mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:20:59 +02:00
vendor.sh: further simplify config handling
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -121,6 +121,7 @@ EOF
|
||||
|
||||
check_defconfig()
|
||||
{
|
||||
[ -d "$1" ] || $err "Target '$1' not defined."
|
||||
for x in "${1}"/config/*; do
|
||||
[ -f "${x}" ] && printf "%s\n" "$x" && return 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user