aboutsummaryrefslogtreecommitdiff
path: root/chutney
diff options
context:
space:
mode:
Diffstat (limited to 'chutney')
-rwxr-xr-xchutney2
1 files changed, 1 insertions, 1 deletions
diff --git a/chutney b/chutney
index a8be2ff..344118d 100755
--- a/chutney
+++ b/chutney
@@ -3,4 +3,4 @@
PYTHONPATH="`dirname $0`/lib":${PYTHONPATH}
export PYTHONPATH
-python -m chutney.TorNet $*
+${PYTHON:=python} -m chutney.TorNet $*