diff options
author | Panagiotis Vasilopoulos <hello@alwayslivid.com> | 2020-02-16 21:58:01 +0200 |
---|---|---|
committer | Panagiotis Vasilopoulos <hello@alwayslivid.com> | 2020-02-16 21:58:01 +0200 |
commit | 674a821fbbdc9ca0a3af02129d463ec1e700094f (patch) | |
tree | 656cf4fa31eac468d05472343a11df99d9689b95 /contrib | |
parent | a6509cb86744f8f20bd522c744aecf88474a039f (diff) | |
download | tor-674a821fbbdc9ca0a3af02129d463ec1e700094f.tar.gz tor-674a821fbbdc9ca0a3af02129d463ec1e700094f.zip |
Stop assuming that /usr/bin/python exists
Fixes 33192
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/client-tools/tor-resolve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/client-tools/tor-resolve.py b/contrib/client-tools/tor-resolve.py index 3562193715..85e7d2d8b4 100755 --- a/contrib/client-tools/tor-resolve.py +++ b/contrib/client-tools/tor-resolve.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Future imports for Python 2.7, mandatory in 3.0 from __future__ import division |