Set -x option to diagnose what is going wrong on FreeBSD.

This commit is contained in:
Wayne Davison
2007-05-21 02:31:20 +00:00
parent 858d45f160
commit 434e77193c

View File

@@ -203,6 +203,8 @@ $RSYNC -av --delete-excluded --exclude='*' "$fromdir/" "$todir/"
checkit "$RSYNC -avv -f dir-merge,-_.excl \
\"$fromdir/\" \"$todir/\"" "$chkdir" "$todir"
set -x
relative_opts='--relative --chmod=Du+w --copy-unsafe-links'
$RSYNC -av $relative_opts "$fromdir/foo" "$chkdir/"
rm -rf "$chkdir$fromdir/foo/down"