Fix uses cmd

Fixes Homebrew/homebrew#17074.
Closes Homebrew/homebrew#17075.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Chad Catlett 2013-01-14 08:23:34 -06:00 committed by Adam Vandenberg
parent fe4f39dcee
commit 2a4a3c3a95

View File

@ -14,7 +14,7 @@ module Homebrew extend self
if ARGV.flag? '--recursive'
f.recursive_deps.include? ff
else
f.deps.include? ff.name
f.deps.include? ff
end
end
end