diff options
author | nodiscc <nodiscc@gmail.com> | 2016-09-02 16:54:21 +0000 |
---|---|---|
committer | Edward D <ed.kickball@hotmail.com> | 2016-09-02 16:54:21 +0000 |
commit | 8bac9e3dd8bc66db86069e1f5a09dbd154aeb3e1 (patch) | |
tree | afaa400f06434f7748c09e494a52a164a5a711d1 /Makefile | |
parent | Update License, language, and links for Maps section. Add WTFPL to list of l... (diff) | |
download | awesome-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |