dist/tools/buildsystem_sanity_check: fix typo in error message

This commit is contained in:
Martine Lenders 2021-01-12 16:29:46 +01:00
parent d7391b3cc3
commit afe9e990fa
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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