Software /
code /
prosody
Changeset
9289:b5fc11475b5d
GNUmakefile: Tell Mercurial to behave consistenly
See `hg help environment.HGPLAIN`
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Sep 2018 19:34:59 +0200 |
parents | 9288:1330b5290a10 |
children | 9290:decdaaf78f32 |
files | GNUmakefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/GNUmakefile Sun Sep 09 19:23:52 2018 +0200 +++ b/GNUmakefile Sun Sep 09 19:34:59 2018 +0200 @@ -80,7 +80,7 @@ @echo "To inspect individual files run: luacov-console -l FILENAME" lint: - $(LUACHECK) -q $$(hg files -I '**.lua') prosody prosodyctl + $(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl @echo $$(sed -n '/^exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored util/%.so: