mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist/tools/doccheck: Fix grep warning
Fix `grep: warning: stray \ before -` warnings.
This commit is contained in:
parent
b0fc3e5814
commit
7868963cc3
2
dist/tools/doccheck/create_pattern.sh
vendored
2
dist/tools/doccheck/create_pattern.sh
vendored
@ -13,5 +13,5 @@
|
||||
#
|
||||
|
||||
sed -E -e "s#^(.*:)([0-9]+): #\1DIGITS_MAGIC: #" \
|
||||
-e 's/[]\\.$*{}|+?()[^-]/\\&/g' \
|
||||
-e 's/[]\\.$*{}|+?()[^]/\\&/g' \
|
||||
-e 's/:DIGITS_MAGIC:/:[0-9]+:/'
|
||||
|
7022
dist/tools/doccheck/exclude_patterns
vendored
7022
dist/tools/doccheck/exclude_patterns
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user