diff options
author | Kim Alvefur <zash@zash.se> | 2018-09-09 19:34:59 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-09-09 19:34:59 +0200 |
commit | 9f1beb4b19e45b17f93bee0c9e7818a106649e47 (patch) | |
tree | 59fca24b2b7b64f576c23817663b9777aa925d27 /GNUmakefile | |
parent | 3fe109f4b01aae21976676a620a6d24a6fc0832b (diff) | |
download | prosody-9f1beb4b19e45b17f93bee0c9e7818a106649e47.tar.gz prosody-9f1beb4b19e45b17f93bee0c9e7818a106649e47.zip |
GNUmakefile: Tell Mercurial to behave consistenly
See `hg help environment.HGPLAIN`
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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: |