Browse Source

makefile: syntaxerrors: detect )` (#749)

Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
pull/754/head
nodiscc 8 years ago
committed by Edward D
parent
commit
8bac9e3dd8
  1. 2
      Makefile

2
Makefile

@ -27,7 +27,7 @@ listlicenses:
syntaxerrors: syntaxerrors:
@echo -e "\n Syntax errors:" @echo -e "\n Syntax errors:"
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``' @! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib: contrib:
@git shortlog -sne @git shortlog -sne

Loading…
Cancel
Save