diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-19 14:29:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-19 14:29:08 -0400 |
commit | 4ecd09cfb7c5d43450d481807f60feb0aa98bccf (patch) | |
tree | ad50d6f7ae98e8b811a04a12e34651d2f161828d /Makefile.am | |
parent | ea14fb136c6c771320d7c4ff6beab05d1dbc73aa (diff) | |
download | tor-4ecd09cfb7c5d43450d481807f60feb0aa98bccf.tar.gz tor-4ecd09cfb7c5d43450d481807f60feb0aa98bccf.zip |
remove practracker from check-local (0.4.1 only)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7a0d40d6a5..3f3de34ceb 100644 --- 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 \ |