Skip quarantining symlinks.
This commit is contained in:
parent
d24f3c3b99
commit
16b3cb0d71
@ -136,7 +136,7 @@ module Cask
|
||||
|
||||
quarantine_status = toggle_no_translocation_bit(status(from))
|
||||
|
||||
resolved_paths = Pathname.glob(to/"**/*", File::FNM_DOTMATCH).select(&:exist?)
|
||||
resolved_paths = Pathname.glob(to/"**/*", File::FNM_DOTMATCH).reject(&:symlink?)
|
||||
|
||||
system_command!("/usr/bin/xargs",
|
||||
args: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user