Cask: only quarantine working symlinks
Fixes Homebrew/homebrew-cask#70796
This commit is contained in:
parent
455bb3e05b
commit
ed7327296a
@ -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: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user