1
0
Fork 0
mirror of https://github.com/awesome-selfhosted/awesome-selfhosted.git synced 2024-11-20 11:27:08 -05:00

makefile: syntaxerrors: detect )` (#749)

Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
This commit is contained in:
nodiscc 2016-09-02 18:54:21 +02:00 committed by Edward D
parent e70743d756
commit 8bac9e3dd8

View file

@ -27,7 +27,7 @@ listlicenses:
syntaxerrors:
@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:
@git shortlog -sne