When outputting a brew install -vd insert the formula name
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ee794cd21a
commit
161296e5c6
2
bin/brew
2
bin/brew
@ -399,7 +399,7 @@ rescue BuildError => e
|
|||||||
if e.was_running_configure?
|
if e.was_running_configure?
|
||||||
puts "It looks like an autotools configure failed."
|
puts "It looks like an autotools configure failed."
|
||||||
puts "Consider re-running the install with '-vd' to keep 'config.log' around:"
|
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."
|
puts "Gist 'config.log' and any error output when reporting an issue."
|
||||||
end
|
end
|
||||||
puts
|
puts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user