GNUmakefile: Tell Mercurial to behave consistenly

See `hg help environment.HGPLAIN`
This commit is contained in:
Kim Alvefur 2018-09-09 19:34:59 +02:00
parent 7cd756895e
commit 4cdc9b1bd7

View file

@ -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: