summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/chdir-wrapper2
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-01-19 09:33:45 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-01-19 09:33:45 +0000
commite7424de27902be604424183742a8198b0a2f9450 (patch)
tree4f15e92b5599fa5b502335546abc98125397152a /rdiff-backup/testing/chdir-wrapper2
parentab14e368eaff882e38f2a17642c2779facabc842 (diff)
downloadrdiff-backup-e7424de27902be604424183742a8198b0a2f9450.tar.gz
Fixed segfault bug on openbsd+sparc systems
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-10@263 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/chdir-wrapper2')
-rwxr-xr-xrdiff-backup/testing/chdir-wrapper22
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/chdir-wrapper2 b/rdiff-backup/testing/chdir-wrapper2
index 7fc1312..1a4a283 100755
--- a/rdiff-backup/testing/chdir-wrapper2
+++ b/rdiff-backup/testing/chdir-wrapper2
@@ -12,5 +12,5 @@ import os, sys
if len(sys.argv) > 1: os.chdir(sys.argv[1])
#PipeConnection(sys.stdin, sys.stdout).Server()
-os.system("/home/ben/prog/python/rdiff-backup/rdiff-backup --server")
+os.system("/home/ben/prog/rdiff-backup/rdiff-backup --server")