commit 4ecd09cfb7c5d43450d481807f60feb0aa98bccf parent ea14fb136c6c771320d7c4ff6beab05d1dbc73aa Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 19 Jun 2019 14:29:08 -0400 remove practracker from check-local (0.4.1 only) Diffstat:
| M | Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am @@ -230,7 +230,7 @@ shellcheck: fi; \ fi -check-local: check-spaces check-changes check-includes check-best-practices shellcheck +check-local: check-spaces check-changes check-includes shellcheck need-chutney-path: @if test ! -d "$$CHUTNEY_PATH"; then \