generate_CODEOWNERS.sh: corrent the path include ${BOARD}

This commit is contained in:
hzy
2025-02-23 22:30:18 +08:00
committed by Igor
parent 97514b1dd1
commit 3aa63109b7

View File

@@ -18,7 +18,9 @@ function run_hook() {
function generate_for_board() {
local board_config="$1"
(
BOARD="${board_config%.*}"
source "${SRC}/config/boards/${board_config}"
LINUXFAMILY="${BOARDFAMILY}"
[[ -n "${BOARD_MAINTAINER}" ]] || return