1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

fixup! dist/tools: check for for broken links in files

This commit is contained in:
Gunar Schorcht 2020-03-04 11:50:22 +01:00
parent 0270b475fc
commit bff6acf1de

View File

@ -24,7 +24,7 @@ while [ $# -gt 0 ]; do
done
FILEREGEX='\.([Hh]|[Hh]pp|txt|md)$'
EXCLUDE='^(.+/vendor/|dist/tools/coccinelle/include|boards/common/msba2/tools/src)'
EXCLUDE='^(.+/vendor/|.+/bin/|.+dist/tools/|dist/tools/coccinelle/include|boards/common/msba2/tools/src)'
if [ -z "${FILES}" ]; then
FILES=$(FILEREGEX=${FILEREGEX} EXCLUDE=${EXCLUDE} changed_files)