vendor.sh: greatly simplified config handling

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-05-18 19:44:44 +01:00
parent 53b394f583
commit 8418ea9ab2
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ EOF
check_defconfig()
{
for x in "${1}"/config/*; do
[ -f "${x}" ] && return 1
[ -f "${x}" ] && printf "%s\n" "$x" && return 1
done
}