[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit aeffbe51017c7b4f401ab5c658075417610caccd
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits