From a67cf9bef27cd3de55d83911857c55bb2c64c242 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 27 Aug 2009 13:46:19 -0700 Subject: Clarify --debug behavior. Add a note that 'exit 1' will abort the installation in --debug mode. Signed Off By: Max Howell I ammended the text slightly and made the lines all 78 chars wide maximum. --- Library/Homebrew/formula.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index cc940ab79..2db3e0782 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -120,8 +120,10 @@ class Formula onoe e.inspect puts e.backtrace ohai "Rescuing build..." - puts "Type `exit' and Homebrew will attempt to finalize the installation" - puts "If nothing is installed to #{prefix}, then Homebrew will abort" + puts "When you exit this shell Homebrew will attempt to finalise the installation." + 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 end end -- cgit v1.2.3