summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 1a33f7a..5cf083f 100755
--- a/run
+++ b/run
@@ -2,7 +2,7 @@
if python3.5 -V 2>/dev/null; then
exec python3.5 -m "sshuttle" "$@"
elif python2.7 -V 2>/dev/null; then
- exec python2.7 -m "sshuttle" "$@"
+ exec python2.7 -m "sshuttle" "$@"
else
exec python -m "sshuttle" "$@"
fi