Fix an issue with the check-supported-tools-tables script

This commit is contained in:
w0rp 2017-09-28 13:32:02 +01:00
parent 9fc01bd246
commit c989ef0fc6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ sed -n "$readme_start_line,$readme_end_line"p README.md \
| sed 's/ \?|/:/' \
| sed 's/[`!^|]\|([^)]*)//g' \
| sed 's/\[\|\]//g' \
| sed 's/see.*\(,\|$\)/\1/g' \
| sed 's/see[^,]*\(,\|$\)/\1/g' \
| sed 's/ *\([,:]\)/\1/g' \
| sed 's/ */ /g' \
| sed 's/^ *\| *$//g' \