aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorKyle Fuller2010-07-14 13:02:36 +0100
committerAdam Vandenberg2010-07-14 07:19:03 -0700
commit161296e5c6e7526a294787662f7f9ee169c715dc (patch)
treef910ef8a2944db8cf77128fbdf6ac59d1b745f09 /bin
parentee794cd21a010ac70abab2746844b0db0e4a1852 (diff)
downloadbrew-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-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index ba2b622f3..00a7a80b8 100755
--- a/bin/brew
+++ b/bin/brew
@@ -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