makefile: syntaxerrors: detect )`

Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
This commit is contained in:
nodiscc 2016-09-02 18:36:07 +02:00 committed by GitHub
parent e70743d756
commit f120848ad4

View file

@ -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