aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-02-22 11:17:50 -0500
committerJack Nagel2014-02-22 11:17:50 -0500
commit824b4b0734047157e7d1501d89415e028a8022a0 (patch)
tree2c0be96fc57d29ce37ba435f43774df0ad1017a2 /Library
parent330ad0ba3653c74c0d00188a1b15505cf92c6b82 (diff)
downloadhomebrew-824b4b0734047157e7d1501d89415e028a8022a0.tar.bz2
Use reader method
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
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