# HG changeset patch # User Kim Alvefur # Date 1536514499 -7200 # Node ID b5fc11475b5d6853e939980b3e8c0d63f6ae81ed # Parent 1330b5290a1006e9cd46a54f1cb641d565809454 GNUmakefile: Tell Mercurial to behave consistenly See `hg help environment.HGPLAIN` diff -r 1330b5290a10 -r b5fc11475b5d GNUmakefile --- 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: