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 /changes | |
parent | a6509cb86744f8f20bd522c744aecf88474a039f (diff) | |
download | tor-674a821fbbdc9ca0a3af02129d463ec1e700094f.tar.gz tor-674a821fbbdc9ca0a3af02129d463ec1e700094f.zip |
Stop assuming that /usr/bin/python exists
Fixes 33192
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33192 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket33192 b/changes/ticket33192 new file mode 100644 index 0000000000..97f976226b --- /dev/null +++ b/changes/ticket33192 @@ -0,0 +1,5 @@ + o Minor feature (python): + - Stop assuming that /usr/bin/python exists. Instead of using a + hardcoded path in scripts that still use Python 2, use /usr/bin/env, + similarly to the scripts that use Python 3. Fixes bug 33192; bugfix + on 0.4.2.
\ No newline at end of file |