mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
generate_CODEOWNERS.sh: corrent the path include ${BOARD}
This commit is contained in:
2
.github/generate_CODEOWNERS.sh
vendored
2
.github/generate_CODEOWNERS.sh
vendored
@@ -18,7 +18,9 @@ function run_hook() {
|
|||||||
function generate_for_board() {
|
function generate_for_board() {
|
||||||
local board_config="$1"
|
local board_config="$1"
|
||||||
(
|
(
|
||||||
|
BOARD="${board_config%.*}"
|
||||||
source "${SRC}/config/boards/${board_config}"
|
source "${SRC}/config/boards/${board_config}"
|
||||||
|
|
||||||
LINUXFAMILY="${BOARDFAMILY}"
|
LINUXFAMILY="${BOARDFAMILY}"
|
||||||
|
|
||||||
[[ -n "${BOARD_MAINTAINER}" ]] || return
|
[[ -n "${BOARD_MAINTAINER}" ]] || return
|
||||||
|
|||||||
Reference in New Issue
Block a user