Skip to content

Commit

Permalink
[Fix sorin-ionescu#436] Update link to Bombich rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu committed May 24, 2013
1 parent a29d295 commit a50ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/rsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Authors
- [Sorin Ionescu](https://github.com/sorin-ionescu)

[1]: http://rsync.samba.org
[2]: http://www.bombich.com/rsync.html
[2]: http://help.bombich.com/kb/overview/credits#opensource
[3]: https://github.com/sorin-ionescu/prezto/issues

2 changes: 1 addition & 1 deletion modules/rsync/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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
# http://help.bombich.com/kb/overview/credits#opensource
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
Expand Down

0 comments on commit a50ae18

Please sign in to comment.