From 29ac164565189d1ff81f5430f22929d773429c56 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 15 Aug 2010 15:16:34 -0700 Subject: [PATCH] Tweak 'report error' message. --- bin/brew | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 442b3e6da5..f0f041bb18 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