tor

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

commit 91a8b37a2ec9dd91ad4b1ce55eb25b1d5de8d4ea
parent 2ae33e486e3c4bc4dfa6c9fcda99dd15f74b31e9
Author: teor <teor2345@gmail.com>
Date:   Fri, 22 Dec 2017 21:42:59 +1100

Make updateFallbackDirs.py search harder for python

(Some OSs don't put it in /usr/bin.)

Fixes bug 24708; bugfix on 0.2.8.1-alpha.

Diffstat:
Achanges/bug24708 | 4++++
Mscripts/maint/updateFallbackDirs.py | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changes/bug24708 b/changes/bug24708 @@ -0,0 +1,4 @@ + o Minor bugfixes (fallback directory mirrors): + - Make updateFallbackDirs.py search harder for python. + (Some OSs don't put it in /usr/bin.) + Fixes bug 24708; bugfix on 0.2.8.1-alpha. diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Usage: #