Commit 76a1013c authored by Wayne Davison's avatar Wayne Davison

Use --delete-delay instead of --delete-after.

parent 496c809f
......@@ -16,7 +16,7 @@ cp -p "$srcdir"/rsync.c "$fromdir"/rsync.c
cp -p "$fromdir"/rsync.c "$todir"/rsync2.c
# Let's do it!
checkit "$RSYNC -avvi --no-whole-file --fuzzy --delete-after \
checkit "$RSYNC -avvi --no-whole-file --fuzzy --delete-delay \
\"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
# The script would have aborted on error, so getting here means we've won.
......
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