Commit f505487a authored by dgaudet's avatar dgaudet

typo fix for OSX Extended Attributes patch (from Andrew Ferguson)


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@762 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent fdf9dbfc
...@@ -67,7 +67,7 @@ class ExtendedAttributes: ...@@ -67,7 +67,7 @@ class ExtendedAttributes:
if attr.startswith('system.'): if attr.startswith('system.'):
# Do not preserve system extended attributes # Do not preserve system extended attributes
continue continue
if attr == 'com.apple.FinderInfo' or attr == 'come.apple.ResourceFork': if attr == 'com.apple.FinderInfo' or attr == 'com.apple.ResourceFork':
# FinderInfo and Resource Fork handled elsewhere # FinderInfo and Resource Fork handled elsewhere
continue continue
try: self.attr_dict[attr] = rp.conn.xattr.getxattr(rp.path, attr) try: self.attr_dict[attr] = rp.conn.xattr.getxattr(rp.path, attr)
......
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