Explorar o código

makefile: syntaxerrors: detect )` (#749)

Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
nodiscc %!s(int64=9) %!d(string=hai) anos
pai
achega
8bac9e3dd8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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