utils/gems: fix finding bundler.
Need to specify the executable name not variable here.
This commit is contained in:
parent
d044c46beb
commit
3609101728
@ -94,7 +94,7 @@ module Homebrew
|
|||||||
|
|
||||||
ENV["BUNDLE_GEMFILE"] = "#{ENV["HOMEBREW_LIBRARY"]}/Homebrew/Gemfile"
|
ENV["BUNDLE_GEMFILE"] = "#{ENV["HOMEBREW_LIBRARY"]}/Homebrew/Gemfile"
|
||||||
@bundle_installed ||= begin
|
@bundle_installed ||= begin
|
||||||
bundle = "#{find_in_path(bundle)}/bundle"
|
bundle = "#{find_in_path(:bundle)}/bundle"
|
||||||
bundle_check_output = `#{bundle} check 2>&1`
|
bundle_check_output = `#{bundle} check 2>&1`
|
||||||
bundle_check_failed = !$CHILD_STATUS.success?
|
bundle_check_failed = !$CHILD_STATUS.success?
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user