tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 23ff60c1509b005ad1fca758a8fa0745008ba22d
parent bf5b17d8bbcc55fbae67b5c45077b9dcba697048
Author: teor <teor@torproject.org>
Date:   Wed,  6 Nov 2019 17:04:52 +1000

Merge branch 'maint-0.4.2'

Diffstat:
MMakefile.am | 2+-
Achanges/bug31335 | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -378,7 +378,7 @@ endif check-includes: if USEPYTHON - $(PYTHON) $(top_srcdir)/scripts/maint/practracker/includes.py + $(PYTHON) $(top_srcdir)/scripts/maint/practracker/includes.py $(top_srcdir) endif check-best-practices: diff --git a/changes/bug31335 b/changes/bug31335 @@ -0,0 +1,3 @@ + o Minor bugfixes (code quality): + - Fix "make check-includes" so it runs correctly on out-of-tree builds. + Fixes bug 31335; bugfix on 0.3.5.1-alpha.