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
commit4cdc9b1bd788df59505cae26d67ffdca163bf34f (patch)
tree59fca24b2b7b64f576c23817663b9777aa925d27 /GNUmakefile
parent7cd756895eacf2e7aeb6eb6526e27b8bf810a494 (diff)
downloadprosody-4cdc9b1bd788df59505cae26d67ffdca163bf34f.tar.gz
prosody-4cdc9b1bd788df59505cae26d67ffdca163bf34f.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: