mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-28 00:39:38 -05:00
Added a little more quoting.
This commit is contained in:
@@ -18,7 +18,7 @@ makepath "$longdir" || test_skipped "unable to create long directory"
|
||||
touch "$longdir/1" || test_skipped "unable to create files in long directory"
|
||||
date > "$longdir/1"
|
||||
ls -la / > "$longdir/2"
|
||||
checkit "$RSYNC --delete -avH \"$fromdir/\" \"$todir\"" $fromdir/ $todir
|
||||
checkit "$RSYNC --delete -avH \"$fromdir/\" \"$todir\"" "$fromdir/" "$todir"
|
||||
|
||||
# The script would have aborted on error, so getting here means we've won.
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user