summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-08-01 08:40:56 -0400
committerNick Mathewson <nickm@torproject.org>2019-08-01 08:40:56 -0400
commit3221dc1b32f651f45184efab6bc3a8fa4863aea4 (patch)
tree77c104de35c960e7d80ef6010c936dc05aefafd6 /Makefile.am
parent8d3f3e5d30fa97479bc218a2896cb538ea220514 (diff)
downloadtor-3221dc1b32f651f45184efab6bc3a8fa4863aea4.tar.gz
tor-3221dc1b32f651f45184efab6bc3a8fa4863aea4.zip
Lower check of TOR_DISABLE_PRACTRACKER
Since we sometimes call practracker directly, that's where we should check the TOR_DISABLE_PRACTRACKER envvar.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index d6ea72c17a..b1e94ae0fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -369,9 +369,7 @@ endif
check-best-practices:
if USEPYTHON
- @if test "$$TOR_DISABLE_PRACTRACKER" = ""; then \
- $(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir); \
- fi
+ @$(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir)
endif
practracker-regen: