mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -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.
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Usage:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user