aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/brew3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/brew b/bin/brew
index 94dd90bf5..10c156df9 100755
--- a/bin/brew
+++ b/bin/brew
@@ -307,8 +307,7 @@ rescue Interrupt => e
puts # seemingly a newline is typical
exit 130
rescue BuildError => e
- ohai "Backtrace"
- puts e.backtrace
+ puts e.backtrace[1]
ohai "Environment"
dump_config
puts "Exit status: #{e.status}"