commit d897e4de4a224f165617761638f5b3f3e876c617 Author: teor teor@torproject.org Date: Thu Feb 6 10:23:15 2020 +1000
proposals: Make reindex use path for python
Some people don't have their best python in /usr/bin.
Other people only have python in /usr/local/bin, or other places. --- proposals/reindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proposals/reindex.py b/proposals/reindex.py index 74efaf4..c66ec24 100755 --- a/proposals/reindex.py +++ b/proposals/reindex.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python
import re, os class Error(Exception): pass
tor-commits@lists.torproject.org