diff options
| author | Kyle Fuller | 2010-07-14 13:02:36 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-14 07:19:03 -0700 |
| commit | 161296e5c6e7526a294787662f7f9ee169c715dc (patch) | |
| tree | f910ef8a2944db8cf77128fbdf6ac59d1b745f09 /bin | |
| parent | ee794cd21a010ac70abab2746844b0db0e4a1852 (diff) | |
| download | brew-161296e5c6e7526a294787662f7f9ee169c715dc.tar.bz2 | |
When outputting a `brew install -vd` insert the formula name
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -399,7 +399,7 @@ rescue BuildError => e if e.was_running_configure? puts "It looks like an autotools configure failed." puts "Consider re-running the install with '-vd' to keep 'config.log' around:" - puts " brew install -vd formula_name" + puts " brew install -vd #{formula_name}" puts "Gist 'config.log' and any error output when reporting an issue." end puts |
