aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-04-08 19:17:56 -0500
committerJack Nagel2013-04-08 19:18:19 -0500
commitb681ed42006ed92565ab97c8a4dee8fa4f8c0be7 (patch)
tree0e5914f52266ae15e13ce08f04620d481c97116d /Library
parent63aace0e4e5f6ca0b363e4c5bfd1ae7512a8d091 (diff)
downloadbrew-b681ed42006ed92565ab97c8a4dee8fa4f8c0be7.tar.bz2
SubversionDownloadStrategy: fix pathname concatenation
Fixes Homebrew/homebrew#19066.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 27542a3fd..03d591929 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -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