diff --git a/Library/Homebrew/cask/quarantine.rb b/Library/Homebrew/cask/quarantine.rb index a51fbb1c28..de4675de9f 100644 --- a/Library/Homebrew/cask/quarantine.rb +++ b/Library/Homebrew/cask/quarantine.rb @@ -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?