diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 6e1db3005..77d9fe9ca 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 ;) |
