diff options
| author | Jack Nagel | 2014-02-22 11:17:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-22 11:17:50 -0500 |
| commit | 824b4b0734047157e7d1501d89415e028a8022a0 (patch) | |
| tree | 2c0be96fc57d29ce37ba435f43774df0ad1017a2 /Library | |
| parent | 330ad0ba3653c74c0d00188a1b15505cf92c6b82 (diff) | |
| download | homebrew-824b4b0734047157e7d1501d89415e028a8022a0.tar.bz2 | |
Use reader method
Diffstat (limited to 'Library')
| -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 |
