1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

Revert "[Fix #436] Remove Bombich rsync references"

This reverts commit 20655c8b66.
This commit is contained in:
Sorin Ionescu
2013-05-24 12:29:49 -04:00
parent 20655c8b66
commit 9b945e26b9
2 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ fi
_rsync_cmd='rsync --verbose --progress --human-readable --compress --archive --hard-links --one-file-system'
# Mac OS X and HFS+ Enhancements
# http://www.bombich.com/rsync.html
if [[ "$OSTYPE" == darwin* ]] && grep -q 'file-flags' <(rsync --help 2>&1); then
_rsync_cmd="${_rsync_cmd} --crtimes --acls --xattrs --fileflags --protect-decmpfs --force-change"
fi