option.sh: print the config filename being checked
Signed-off-by: Leah Rowe <leah@libreboot.org>audit2-merge1
parent
9fd504e24a
commit
c28166ff9e
include
|
@ -122,7 +122,7 @@ EOF
|
||||||
check_defconfig()
|
check_defconfig()
|
||||||
{
|
{
|
||||||
for x in "${1}"/config/*; do
|
for x in "${1}"/config/*; do
|
||||||
[ -f "${x}" ] && return 1
|
[ -f "${x}" ] && printf "%s\n" "$x" && return 1
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue