Fix typo
This commit is contained in:
parent
b2b0f711b1
commit
55e9908799
@ -132,7 +132,7 @@ class BuildOptions
|
||||
end
|
||||
|
||||
def opposite_of option
|
||||
option = Option.new(option) unless Option == option
|
||||
option = Option.new(option) unless Option === option
|
||||
|
||||
if option.name =~ /^with-(.+)$/
|
||||
Option.new("without-#{$1}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user