Commit e1e5358c authored by bescoto's avatar bescoto

Updated to fit new CVS format


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@242 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent d7b9731e
......@@ -9,8 +9,10 @@ some other special thing.
import os, sys
if len(sys.argv) > 1: os.chdir(sys.argv[1])
if len(sys.argv) > 1:
olddir = os.getcwd()
os.chdir(sys.argv[1])
#PipeConnection(sys.stdin, sys.stdout).Server()
os.system("/home/ben/prog/python/rdiff-backup/rdiff-backup --server")
os.system(os.path.join(olddir, "../rdiff-backup") + " --server")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment