Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git i/sshuttle/client.py w/sshuttle/client.py
2index 29c3dfa..da813ed 100644
3--- i/sshuttle/client.py
4+++ w/sshuttle/client.py
5@@ -209,7 +209,7 @@ class FirewallClient:
6 def __init__(self, method_name, sudo_pythonpath):
7 self.auto_nets = []
8
9- argvbase = ([sys.executable, sys.argv[0]] +
10+ argvbase = ([sys.argv[0]] +
11 ['-v'] * (helpers.verbose or 0) +
12 ['--method', method_name] +
13 ['--firewall'])