When outputting a brew install -vd insert the formula name

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kyle Fuller 2010-07-14 13:02:36 +01:00 committed by Adam Vandenberg
parent ee794cd21a
commit 161296e5c6

View File

@ -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