utils/gems: silence bundle check
output.
This commit is contained in:
parent
6b326f4465
commit
3a2259c271
@ -63,7 +63,7 @@ module Homebrew
|
||||
|
||||
ENV["BUNDLE_GEMFILE"] = "#{ENV["HOMEBREW_LIBRARY"]}/Homebrew/Gemfile"
|
||||
@bundle_installed ||= begin
|
||||
bundle_check_output = `#{Gem.bindir}/bundle check`
|
||||
bundle_check_output = `#{Gem.bindir}/bundle check 2>&1`
|
||||
bundle_check_failed = !$CHILD_STATUS.exitstatus.zero?
|
||||
|
||||
# for some reason sometimes the exit code lies so check the output too.
|
||||
|
Loading…
x
Reference in New Issue
Block a user