Quash warning.

Fixes Homebrew/homebrew#3056
This commit is contained in:
Adam Vandenberg 2010-11-03 07:03:50 -07:00
parent 5e64bfbd55
commit d02941e1da

View File

@ -116,7 +116,7 @@ class Formula
def path
if @path.nil?
return self.class.path name
return self.class.path(name)
else
return @path
end