]> arthur.barton.de Git - bup.git/blobdiff - cmd/on--server-cmd.py
Get TZ offset from C localtime, given tm_gmtoff
[bup.git] / cmd / on--server-cmd.py
index 327c81ffd8edc32cc945f7959de6b4cf45a04039..a6f3e2188719d7c9e922f03e07c2a4c3ba33046b 100755 (executable)
@@ -23,6 +23,7 @@ assert(sz < 1000000)
 buf = sys.stdin.read(sz)
 assert(len(buf) == sz)
 argv = buf.split('\0')
+argv = [argv[0], 'mux', '--'] + argv
 
 # stdin/stdout are supposedly connected to 'bup server' that the caller
 # started for us (often on the other end of an ssh tunnel), so we don't want