Fix "run_check_subsystem_order.sh" to use $PYTHON.
commit2a7e71c95656226ed6a7601bddd5b7a804630890
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 15:01:31 +0000 (11 11:01 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 15:01:31 +0000 (11 11:01 -0400)
tree7b4ae99533dd4845f515a7b814b6f75589b4423c
parentd83703317d8dc9ca9118c161cf4e383b3d121084
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.
changes/bug40095 [new file with mode: 0644]
scripts/maint/run_check_subsystem_order.sh