Skip to content
Snippets Groups Projects
Unverified Commit 1707caf9 authored by L. E. Segovia's avatar L. E. Segovia
Browse files

Cask: fix quarantine check when xattr is broken

parent 66264155
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ module Cask
def check_quarantine_support
odebug "Checking quarantine support"
if !system_command!(xattr).success?
if !system_command(xattr, print_stderr: false).success?
odebug "There's not a working version of xattr."
:xattr_broken
elsif swift.nil?
......
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