aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-08-02 13:02:15 +0100
committerMax Howell2009-08-02 13:02:15 +0100
commit263c3513a74a05dcbfa673578d3446e01b6e70e2 (patch)
treec29cad9330c27d85f6320c7d7aae15ab44d75069 /bin
parent0e40aa0fd4c9c3f8ccfb3de23b4d13d8df28a51c (diff)
downloadhomebrew-263c3513a74a05dcbfa673578d3446e01b6e70e2.tar.bz2
FIX brew info when keg installed
I keep breaking this stuff, need more tests, and well I think it's due to developing on multiple machines and having different states of checkouts. So apologies, I'll FIX myself too :)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index 0072821dd..6df61d275 100755
--- a/bin/brew
+++ b/bin/brew
@@ -275,6 +275,7 @@ begin
puts "#{frm.name} #{frm.version}"
puts frm.homepage
if frm.installed?
+ require 'keg'
keg=Keg.new frm
puts "#{abv keg} (installed to #{keg.path})"
end