generate_CODEOWNERS.sh: corrent the path include ${BOARD}
This commit is contained in:
parent
97514b1dd1
commit
3aa63109b7
2
.github/generate_CODEOWNERS.sh
vendored
2
.github/generate_CODEOWNERS.sh
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user