Skip to content

Commit

Permalink
doctor: whitelist Paragon NTFS dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Oct 2, 2015
1 parent 341c771 commit fd96ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/cmd/doctor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def check_for_stray_dylibs
"libntfs-3g.*.dylib", # NTFS-3G
"libntfs.*.dylib", # NTFS-3G
"libublio.*.dylib", # NTFS-3G
"libUFSDNTFS.dylib", # Paragon NTFS
]

__check_stray_files "/usr/local/lib", "*.dylib", white_list, <<-EOS.undent
Expand Down

0 comments on commit fd96ae2

Please sign in to comment.