diff options
| author | Adam Vandenberg | 2010-08-15 15:16:34 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-15 15:20:24 -0700 |
| commit | 42cced020712d7638d678f49bf9f4bdd0503004c (patch) | |
| tree | 8960528518a33418f5183babd7f1202d8140e47b /bin | |
| parent | ca2bb30cbc39069356a11df7fdbb96bdad734186 (diff) | |
| download | homebrew-42cced020712d7638d678f49bf9f4bdd0503004c.tar.bz2 | |
Tweak 'report error' message.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
