Merge pull request #6598 from amyspark/workaround-xattr

Cask: only quarantine working symlinks
This commit is contained in:
Markus Reiter 2019-10-14 20:25:44 +02:00 committed by GitHub
commit 8fa65aaabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ module Cask
quarantine_status = toggle_no_translocation_bit(status(from)) quarantine_status = toggle_no_translocation_bit(status(from))
resolved_paths = Pathname.glob(to/"**/*", File::FNM_DOTMATCH) resolved_paths = Pathname.glob(to/"**/*", File::FNM_DOTMATCH).select(&:exist?)
system_command!("/usr/bin/xargs", system_command!("/usr/bin/xargs",
args: [ args: [