[tor/master] Run check-includes.py script with detected python path.

31 Jul
2018
31 Jul
'18
12:22 p.m.
commit aeffbe51017c7b4f401ab5c658075417610caccd Author: Nick Mathewson <nickm@torproject.org> Date: Mon Jul 30 09:07:19 2018 -0400 Run check-includes.py script with detected python path. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index adeca6e43..73dc56b28 100644 --- 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
2534
Age (days ago)
2534
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org