Commit ce5fddc3 authored by Wayne Davison's avatar Wayne Davison

Added a sleep so that the --delete-delay action will always tweak

the directory time, and reveal any lack of dir-time touch-up.
parent fd3f5af2
......@@ -14,6 +14,7 @@ mkdir "$todir"
cp -p "$srcdir"/rsync.c "$fromdir"/rsync.c
cp -p "$fromdir"/rsync.c "$todir"/rsync2.c
sleep 1
# Let's do it!
checkit "$RSYNC -avvi --no-whole-file --fuzzy --delete-delay \
......
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