diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 412b1cfe9c..a15cea3c26 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -5,7 +5,6 @@ class AbstractDownloadStrategy @spec = specs.keys.first # only use first spec @ref = specs.values.first end - @unique_token="#{name}-#{version}" unless name.to_s.empty? or name == '__UNKNOWN__' end def expand_safe_system_args args @@ -31,16 +30,17 @@ end class CurlDownloadStrategy