Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
sshuttle
> sshuttle-remove_python2.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sshuttle-remove_python2.patch of Package sshuttle
--- ssh.py.orig 2011-05-04 22:44:58.000000000 +0200 +++ ssh.py 2011-05-04 22:46:08.000000000 +0200 @@ -84,8 +84,7 @@ if python: pycmd = "'%s' -c '%s'" % (python, pyscript) else: - pycmd = ("P=python2; $P -V 2>/dev/null || P=python; " - "exec \"$P\" -c '%s'") % pyscript + pycmd = ("exec \"python\" -c '%s'") % pyscript argv = (sshl + portl + ipv6flag +