tor

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

commit 9af06bdd1ed4894261fe350d0bb4fee5df7264ee
parent 2032d7ca6f0d082c3774c922944feb7d73c8a851
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 21 Sep 2017 17:32:17 -0400

Whoops; only run lintchanges when usepython

Diffstat:
MMakefile.am | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -216,9 +216,11 @@ check-logs: .PHONY: check-changes check-changes: +if USEPYTHON @if test -d "$(top_srcdir)/changes"; then \ $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \ fi +endif .PHONY: update-versions update-versions: