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:
parent
0270b475fc
commit
bff6acf1de
2
dist/tools/urlcheck/check.sh
vendored
2
dist/tools/urlcheck/check.sh
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user