<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,7 +96,7 @@ def install f
   rescue Exception =&gt; e
     opoo &quot;The cleaning step did not complete successfully&quot;
     puts &quot;Still, the installation was successful, so we will link it into your prefix&quot;
-    ohai e, e.inspect if ARGV.debug?
+    ohai e, e.backtrace if ARGV.debug?
     show_summary_heading = true
   end
 
@@ -122,11 +122,11 @@ def install f
   else
     begin
       Keg.new(f.prefix).link
-    rescue Exception
+    rescue Exception =&gt; e
       onoe &quot;The linking step did not complete successfully&quot;
       puts &quot;The package built, but is not symlinked into #{HOMEBREW_PREFIX}&quot;
       puts &quot;You can try again using `brew link #{f.name}'&quot;
-      ohai e, e.inspect if ARGV.debug?
+      ohai e, e.backtrace if ARGV.debug?
       show_summary_heading = true
     end
   end</diff>
      <filename>Library/Homebrew/install.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0b7e5cd4eb57445f941b1307d3bdb13d01ac90ec</id>
    </parent>
  </parents>
  <author>
    <name>Max Howell</name>
    <email>max@methylblue.com</email>
  </author>
  <url>http://github.com/faisal/homebrew/commit/83b57244656f2c79bdf7e41812e82fa5645fd511</url>
  <id>83b57244656f2c79bdf7e41812e82fa5645fd511</id>
  <committed-date>2009-10-23T11:22:51-07:00</committed-date>
  <authored-date>2009-10-23T08:05:16-07:00</authored-date>
  <message>Show backtrace during non fatal install steps if --debug</message>
  <tree>b70496f9d13964350d4de89a46d81938ebeb7dc9</tree>
  <committer>
    <name>Max Howell</name>
    <email>max@methylblue.com</email>
  </committer>
</commit>
