diff options
Diffstat (limited to 'Library/Homebrew/readall.rb')
| -rw-r--r-- | Library/Homebrew/readall.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/readall.rb b/Library/Homebrew/readall.rb index ddac58444..3595c16be 100644 --- a/Library/Homebrew/readall.rb +++ b/Library/Homebrew/readall.rb @@ -82,7 +82,7 @@ module Readall        # Only syntax errors result in a non-zero status code. To detect syntax        # warnings we also need to inspect the output to `$stderr`. -      !$?.success? || !messages.chomp.empty? +      !$CHILD_STATUS.success? || !messages.chomp.empty?      end    end  end | 
