Style changes related to bottling.
This commit is contained in:
parent
b643d105eb
commit
8f896f9d2c
@ -45,7 +45,7 @@ class SoftwareSpecification
|
||||
end
|
||||
end
|
||||
|
||||
class BottleSoftwareSpecification <SoftwareSpecification
|
||||
class BottleSoftwareSpecification < SoftwareSpecification
|
||||
def download_strategy
|
||||
return CurlBottleDownloadStrategy if @using.nil?
|
||||
raise "Strategies cannot be used with bottles."
|
||||
@ -454,7 +454,7 @@ class Formula
|
||||
end
|
||||
|
||||
def pouring
|
||||
return (@bottle or ARGV.build_from_source?)
|
||||
@bottle or ARGV.build_from_source?
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user