brew irb fix
Broke when I removed `require 'formula'` from ARGV.rb.
This commit is contained in:
parent
a3ca4f0872
commit
9fffbde987
@ -5,7 +5,7 @@ module Homebrew extend self
|
||||
else
|
||||
ohai "Interactive Homebrew Shell"
|
||||
puts "Example commands available with: brew irb --help"
|
||||
exec "irb", "-I#{HOMEBREW_REPOSITORY}/Library/Homebrew", "-rglobal"
|
||||
exec "irb", "-I#{HOMEBREW_REPOSITORY}/Library/Homebrew", "-rglobal", '-rformula', '-rkeg'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user