]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/split.py
Convert top level executables to binaries and clean up clean
[bup.git] / lib / bup / cmd / split.py
index fc354cbc030cdd0f17db563747194c7377c9dcdb..87ad88752ab854603578d1d4495a0a14164205e2 100755 (executable)
@@ -205,7 +205,7 @@ def main(argv):
     if opt.tree:
         out.write(hexlify(tree) + b'\n')
     if opt.commit or opt.name:
-        msg = b'bup split\n\nGenerated by command:\n%r\n' % compat.argvb
+        msg = b'bup split\n\nGenerated by command:\n%r\n' % compat.get_argvb()
         ref = opt.name and (b'refs/heads/%s' % opt.name) or None
         userline = b'%s <%s@%s>' % (userfullname(), username(), hostname())
         commit = pack_writer.new_commit(tree, oldref, userline, date, None,