aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_support.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb
index 023d225d9..5c957f422 100644
--- a/Library/Homebrew/formula_support.rb
+++ b/Library/Homebrew/formula_support.rb
@@ -45,9 +45,7 @@ class SoftwareSpec
def url val=nil, specs=nil
return @url if val.nil?
@url = val
- if specs.nil?
- @using = nil
- else
+ unless specs.nil?
@using = specs.delete :using
@specs = specs
end