Fix array concatenation in ARGV.filter_for_dependencies

Gah. This was supposed to be in the last commit, but I forgot to `--amend` it.
This commit is contained in:
Charlie Sharpsteen 2011-11-27 14:44:39 -08:00
parent 00659f0f39
commit 3cd9b6db6a

View File

@ -108,7 +108,7 @@ module HomebrewArgvExtension
--interactive -i
--HEAD
]
flags_to_clear << %[--verbose -v] if quieter?
flags_to_clear.concat %w[--verbose -v] if quieter?
flags_to_clear.each {|flag| delete flag}
yield