mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
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.
This commit is contained in:
parent
d83703317d
commit
2a7e71c956
4
changes/bug40095
Normal file
4
changes/bug40095
Normal file
@ -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.
|
@ -12,6 +12,7 @@ if ! test -x "${INCLUDES_PY}" ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
"${TOR}" --dbg-dump-subsystem-list | \
|
"${TOR}" --dbg-dump-subsystem-list | \
|
||||||
|
"${PYTHON:-python}" \
|
||||||
"${INCLUDES_PY}" --check-subsystem-order - "${abs_top_srcdir}/src"
|
"${INCLUDES_PY}" --check-subsystem-order - "${abs_top_srcdir}/src"
|
||||||
|
|
||||||
echo ok
|
echo ok
|
||||||
|
Loading…
Reference in New Issue
Block a user