Skip to content
Snippets Groups Projects
Unverified Commit 8fa65aaa authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #6598 from amyspark/workaround-xattr

Cask: only quarantine working symlinks
parents 455bb3e0 ed732729
No related branches found
No related tags found
No related merge requests found
......@@ -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: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment