diff options
author | teor <teor2345@gmail.com> | 2017-12-22 21:42:59 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2018-01-05 13:28:05 +1100 |
commit | 91a8b37a2ec9dd91ad4b1ce55eb25b1d5de8d4ea (patch) | |
tree | 9f510667f1c24c92b56fdf8e17ea2383ef84dba0 /scripts | |
parent | 2ae33e486e3c4bc4dfa6c9fcda99dd15f74b31e9 (diff) | |
download | tor-91a8b37a2ec9dd91ad4b1ce55eb25b1d5de8d4ea.tar.gz tor-91a8b37a2ec9dd91ad4b1ce55eb25b1d5de8d4ea.zip |
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 (limited to 'scripts')
-rwxr-xr-x | scripts/maint/updateFallbackDirs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index 4c0a30a5ef..81fb26f886 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Usage: # |