dist/tools/buildsystem_sanity_check: fix typo in error message
This commit is contained in:
parent
d7391b3cc3
commit
afe9e990fa
2
dist/tools/buildsystem_sanity_check/check.sh
vendored
2
dist/tools/buildsystem_sanity_check/check.sh
vendored
@ -57,7 +57,7 @@ check_not_parsing_features() {
|
|||||||
pathspec+=(':!Makefile.include' ':!makefiles/info-global.inc.mk')
|
pathspec+=(':!Makefile.include' ':!makefiles/info-global.inc.mk')
|
||||||
|
|
||||||
git -C "${RIOTBASE}" grep "${patterns[@]}" -- "${pathspec[@]}" \
|
git -C "${RIOTBASE}" grep "${patterns[@]}" -- "${pathspec[@]}" \
|
||||||
| error_with_message 'Modules should not check the content of FEATURES_PROVIDED/_REQUIRED/OPTIONAL'
|
| error_with_message 'Modules should not check the content of FEATURES_PROVIDED/REQUIRED/OPTIONAL'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Providing features for boards and CPUs should only be done in
|
# Providing features for boards and CPUs should only be done in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user