mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-05-06 07:15:18 +01:00
option.sh: err if config directory is missing
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
parent
c28166ff9e
commit
a243dc2308
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue