chmod right file
authortridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Mon, 9 Oct 2006 23:31:40 +0000 (23:31 +0000)
committertridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Mon, 9 Oct 2006 23:31:40 +0000 (23:31 +0000)
git-svn-id: file:///home/svn/build-farm/trunk@445 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

build_test.fns

index fd91b7a1c8e37c897e1e9d2326222ddfb54f967d..d019a9b0e10a64666fe8e8c4da865b1579f0dc58 100644 (file)
@@ -91,7 +91,7 @@ fetch_svn() {
        fi
        rsync -q --timeout=200 -clz --ignore-errors \
            samba.org::ftp/unpacked/$tree/.svn/entries $test_root/$tree.svn.tmp
-       chmod u+w $test_root/$tree.svn
+       chmod u+w $test_root/$tree.svn.tmp
        sort -u < $test_root/$tree.svn.tmp > $test_root/$tree.svn
        rm -f $test_root/$tree.svn.tmp
     fi