aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/ARGV.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/ARGV.rb')
-rw-r--r--Library/Homebrew/compat/ARGV.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/ARGV.rb b/Library/Homebrew/compat/ARGV.rb
index 23d02ce1a..e5fa8188f 100644
--- a/Library/Homebrew/compat/ARGV.rb
+++ b/Library/Homebrew/compat/ARGV.rb
@@ -1,6 +1,6 @@
module HomebrewArgvExtension
def build_32_bit?
- # odeprecated "ARGV.build_32_bit?"
+ odeprecated "ARGV.build_32_bit?"
include? "--32-bit"
end
end