Commit 49f7162e authored by Wayne Davison's avatar Wayne Davison

Use a slightly different rsync calling syntax.

parent 3bb88b43
......@@ -23,9 +23,9 @@ setfacl -m u:0:7 "$fromdir/foo" || test_skipped "Your filesystem has ACLs disabl
setfacl -m u:0:5 "$fromdir/file1"
setfacl -m u:0:5 "$fromdir/file2"
$RSYNC -avvA "$fromdir/" "$todir/"
cd "$fromdir"
$RSYNC -avvA $files "$todir/"
getfacl $files >"$scratchdir/acls.txt"
cd "$todir"
......
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