diff options
| author | Jack Nagel | 2014-02-22 11:17:50 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-02-22 11:17:50 -0500 | 
| commit | b96411052ea23a6085788c18f7d19a24fa1c5b29 (patch) | |
| tree | 314ec46a173680a045d28f1263d4c3c4b4fbd428 /Library/Homebrew/formula.rb | |
| parent | a2372ad539599322cd3a564cf7bd06d6dbd70249 (diff) | |
| download | brew-b96411052ea23a6085788c18f7d19a24fa1c5b29.tar.bz2 | |
Use reader method
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 2da151d6e..15b9734fc 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -638,7 +638,7 @@ class Formula    # Explicitly request changing C++ standard library compatibility check    # settings. Use with caution!    def cxxstdlib_check check_type -    @cxxstdlib << check_type +    cxxstdlib << check_type    end    def self.method_added method  | 
