Added a little more quoting.

This commit is contained in:
Wayne Davison
2004-05-18 09:47:42 +00:00
parent 3e35c34b6b
commit 0d94a6a66c

View File

@@ -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