diff options
Diffstat (limited to 'Library/Homebrew/build.rb')
| -rw-r--r-- | Library/Homebrew/build.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index cd2fa4c02..836b360da 100644 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -190,7 +190,7 @@ begin    options = Options.create(ARGV.flags_only)    build   = Build.new(formula, options)    build.install -rescue Exception => e +rescue Exception => e # rubocop:disable Lint/RescueException    Marshal.dump(e, error_pipe)    error_pipe.close    exit! 1 | 
