aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-06-16 14:17:28 +0000
committerGitHub <noreply@github.com>2018-06-16 14:17:28 +0000
commita1d93d6243fff2046d65f3cf241fb553af164856 (patch)
tree95f225ff4d0120a57f6f5a71738dd6dc6eb2eb1c /Makefile
parentMerge pull request #1389 from ProfessorLogout/master (diff)
parentreadme: remove main chat link (certificate expired) (diff)
downloadawesome-selfhosted-a1d93d6243fff2046d65f3cf241fb553af164856.tar.gz
awesome-selfhosted-a1d93d6243fff2046d65f3cf241fb553af164856.zip
Merge pull request #1385 from nodiscc/refactor-contributing-cleanup
Refactor CONTRIBUTING, PR template, cleanup
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4886ccea..d5676eaf 100755
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ listlicenses:
@sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep --only-matching '([Aa0-Zz9]|\s|\.|-)*` `' README.md | sort --unique
syntaxerrors:
- @echo -e "\n Syntax errors:"
+ @echo -e "\nSyntax errors:"
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
contrib: