SubversionDownloadStrategy: fix pathname concatenation
Fixes Homebrew/homebrew#19066.
This commit is contained in:
parent
63aace0e4e
commit
b681ed4200
@ -216,7 +216,7 @@ class SubversionDownloadStrategy < AbstractDownloadStrategy
|
|||||||
@co = HOMEBREW_CACHE + "#{name}--svn"
|
@co = HOMEBREW_CACHE + "#{name}--svn"
|
||||||
end
|
end
|
||||||
|
|
||||||
@co << "-HEAD" if ARGV.build_head?
|
@co + "-HEAD" if ARGV.build_head?
|
||||||
end
|
end
|
||||||
|
|
||||||
def cached_location
|
def cached_location
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user