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

Merge pull request #5087 from amyspark/xattr-fail

Cask: fix quarantine check when xattr is broken 
parents 6d41f4fa 1707caf9
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