aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-15 15:16:34 -0700
committerAdam Vandenberg2010-08-15 15:20:24 -0700
commit42cced020712d7638d678f49bf9f4bdd0503004c (patch)
tree8960528518a33418f5183babd7f1202d8140e47b /bin
parentca2bb30cbc39069356a11df7fdbb96bdad734186 (diff)
downloadhomebrew-42cced020712d7638d678f49bf9f4bdd0503004c.tar.bz2
Tweak 'report error' message.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index 442b3e6da..f0f041bb1 100755
--- a/bin/brew
+++ b/bin/brew
@@ -359,9 +359,12 @@ rescue BuildError => e
puts "Consider re-running the install with '-vd' to keep 'config.log' around:"
puts " brew install -vd #{formula_name}"
puts "Gist 'config.log' and any error output when reporting an issue."
+ puts "Remember to include your config information: brew --config"
end
puts
- puts "Consider running `brew doctor` if a large number of installs are failing."
+ puts "Also try:"
+ puts " `brew doctor` to check your setup for common problems."
+ puts " `brew missing` to check installed packages for missing deps."
exit 1
rescue RuntimeError, SystemCallError => e
onoe e