[tor-commits] [tor/master] Run check-includes.py script with detected python path.
nickm at torproject.org
nickm at torproject.org
Tue Jul 31 12:22:34 UTC 2018
commit aeffbe51017c7b4f401ab5c658075417610caccd
Author: Nick Mathewson <nickm at 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
More information about the tor-commits
mailing list