aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMeitar M <meitarm@gmail.com>2018-06-18 20:14:49 +0000
committerMeitar M <meitarm@gmail.com>2018-06-18 20:14:49 +0000
commit9bad7cb2feacf0e0c8de0b2becf29979f9f03142 (patch)
treed2829385a20e9e99166da8b216d63e7e443c0662 /Makefile
parentAdd CampaignChain, open source Web-based marketing campaign software. (diff)
parentMerge pull request #1412 from DJCrashdummy/patch-1 (diff)
downloadawesome-selfhosted-9bad7cb2feacf0e0c8de0b2becf29979f9f03142.tar.gz
awesome-selfhosted-9bad7cb2feacf0e0c8de0b2becf29979f9f03142.zip
Merge branch 'upstream-master'
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: