aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-09-09 19:34:59 +0200
committerKim Alvefur <zash@zash.se>2018-09-09 19:34:59 +0200
commit9f1beb4b19e45b17f93bee0c9e7818a106649e47 (patch)
tree59fca24b2b7b64f576c23817663b9777aa925d27 /GNUmakefile
parent3fe109f4b01aae21976676a620a6d24a6fc0832b (diff)
downloadprosody-9f1beb4b19e45b17f93bee0c9e7818a106649e47.tar.gz
prosody-9f1beb4b19e45b17f93bee0c9e7818a106649e47.zip
GNUmakefile: Tell Mercurial to behave consistenly
See `hg help environment.HGPLAIN`
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ee52814b..78d0c105 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -80,7 +80,7 @@ coverage:
@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: