diff options
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 19def4337..3b3863681 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -573,7 +573,7 @@ class Formula f.puts require 'cmd/config' Homebrew.write_build_config(f) - raise BuildError.new(self, cmd, args, $?) + raise BuildError.new(self, cmd, args) end end ensure |
