diff options
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 138050460..3ae8e1181 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -55,6 +55,11 @@ end def ofail error onoe error + Homebrew.failed = true +end + +def odie error + onoe error exit 1 end |
