aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2016-09-02 16:54:21 +0000
committerEdward D <ed.kickball@hotmail.com>2016-09-02 16:54:21 +0000
commit8bac9e3dd8bc66db86069e1f5a09dbd154aeb3e1 (patch)
treeafaa400f06434f7748c09e494a52a164a5a711d1 /Makefile
parentUpdate License, language, and links for Maps section. Add WTFPL to list of l... (diff)
downloadawesome-selfhosted-8bac9e3dd8bc66db86069e1f5a09dbd154aeb3e1.tar.gz
awesome-selfhosted-8bac9e3dd8bc66db86069e1f5a09dbd154aeb3e1.zip
makefile: syntaxerrors: detect )` (#749)
Detect weird character pairing found in https://github.com/Kickball/awesome-selfhosted/pull/748
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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