SubversionDownloadStrategy: *really* fix pathname concatenation

This commit is contained in:
Jack Nagel 2013-04-08 23:06:54 -05:00
parent b681ed4200
commit 6ed441bd71

View File

@ -216,7 +216,7 @@ class SubversionDownloadStrategy < AbstractDownloadStrategy
@co = HOMEBREW_CACHE + "#{name}--svn"
end
@co + "-HEAD" if ARGV.build_head?
@co += "-HEAD" if ARGV.build_head?
end
def cached_location