summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-11 11:01:31 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-11 11:01:31 -0400
commit2a7e71c95656226ed6a7601bddd5b7a804630890 (patch)
tree7b4ae99533dd4845f515a7b814b6f75589b4423c /changes
parentd83703317d8dc9ca9118c161cf4e383b3d121084 (diff)
downloadtor-2a7e71c95656226ed6a7601bddd5b7a804630890.tar.gz
tor-2a7e71c95656226ed6a7601bddd5b7a804630890.zip
Fix "run_check_subsystem_order.sh" to use $PYTHON.
Previously it just used /usr/bin/env/python, which would fail if we only had a "python3" binary. Fixes bug 40095; bugfix on 0.4.4.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug400954
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40095 b/changes/bug40095
new file mode 100644
index 0000000000..5c4b3a2b7e
--- /dev/null
+++ b/changes/bug40095
@@ -0,0 +1,4 @@
+ o Minor bugfixes (testing):
+ - When running the subsystem order check, use the python binary
+ configured with the PYTHON environment variable. Fixes bug 40095;
+ bugfix on 0.4.4.1-alpha.