tor

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

commit aeffbe51017c7b4f401ab5c658075417610caccd
parent ee1228622291217fd2614a4e29469559b8dc4129
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 30 Jul 2018 09:07:19 -0400

Run check-includes.py script with detected python path.

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -314,7 +314,7 @@ endif check-includes: if USEPYTHON - $(top_srcdir)/scripts/maint/checkIncludes.py + $(PYTHON) $(top_srcdir)/scripts/maint/checkIncludes.py endif check-docs: all