Merge pull request #6598 from amyspark/workaround-xattr
Cask: only quarantine working symlinks
This commit is contained in:
commit
8fa65aaabf
@ -136,7 +136,7 @@ module Cask
|
||||
|
||||
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",
|
||||
args: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user