aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-06-16 14:53:39 +0000
committerGitHub <noreply@github.com>2018-06-16 14:53:39 +0000
commit8198a9dc28685025626069dc10fb22f1ac9ad153 (patch)
tree84e424b4b3c3c161cba8c9898ca40055ecf46a48 /Makefile
parentUpdate Document Archiving Section (diff)
parentMerge pull request #1402 from Kickball/fix-homehost (diff)
downloadawesome-selfhosted-8198a9dc28685025626069dc10fb22f1ac9ad153.tar.gz
awesome-selfhosted-8198a9dc28685025626069dc10fb22f1ac9ad153.zip
Merge branch 'master' into fix-document-management
Diffstat (limited to '')
-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: