From 8bac9e3dd8bc66db86069e1f5a09dbd154aeb3e1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 2 Sep 2016 18:54:21 +0200 Subject: [PATCH] makefile: syntaxerrors: detect )` (#749) Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73169155..34447ffd 100644 --- a/Makefile +++ b/Makefile @@ -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