Skip to content

Commit

Permalink
dist/tools/doccheck: Fix grep warning
Browse files Browse the repository at this point in the history
Fix `grep: warning: stray \ before -` warnings.
  • Loading branch information
maribu authored and kfessel committed Feb 2, 2023
1 parent b0fc3e5 commit 7868963
Show file tree
Hide file tree
Showing 2 changed files with 3,512 additions and 3,512 deletions.
2 changes: 1 addition & 1 deletion dist/tools/doccheck/create_pattern.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
#

sed -E -e "s#^(.*:)([0-9]+): #\1DIGITS_MAGIC: #" \
-e 's/[]\\.$*{}|+?()[^-]/\\&/g' \
-e 's/[]\\.$*{}|+?()[^]/\\&/g' \
-e 's/:DIGITS_MAGIC:/:[0-9]+:/'
Loading

0 comments on commit 7868963

Please sign in to comment.