diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 6e1db30052..77d9fe9ca6 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -53,6 +53,10 @@ def onoe error puts lines unless lines.empty? end +def ofail error + onoe error + exit 1 +end def pretty_duration s return "2 seconds" if s < 3 # avoids the plural problem ;)