Clarify --debug behavior.
Add a note that 'exit 1' will abort the installation in --debug mode. Signed Off By: Max Howell <max@methylblue.com> I ammended the text slightly and made the lines all 78 chars wide maximum.
This commit is contained in:
parent
bf8071f0aa
commit
a67cf9bef2
@ -120,8 +120,10 @@ class Formula
|
|||||||
onoe e.inspect
|
onoe e.inspect
|
||||||
puts e.backtrace
|
puts e.backtrace
|
||||||
ohai "Rescuing build..."
|
ohai "Rescuing build..."
|
||||||
puts "Type `exit' and Homebrew will attempt to finalize the installation"
|
puts "When you exit this shell Homebrew will attempt to finalise the installation."
|
||||||
puts "If nothing is installed to #{prefix}, then Homebrew will abort"
|
puts "If nothing is installed or the shell exits with a non-zero error code,"
|
||||||
|
puts "Homebrew will abort. The installation prefix is:"
|
||||||
|
puts prefix
|
||||||
interactive_shell
|
interactive_shell
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user