option.sh: print the config filename being checked
Signed-off-by: Leah Rowe <leah@libreboot.org>audit2-merge1
parent
9fd504e24a
commit
c28166ff9e
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue