aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-pull.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/examples/brew-pull.rb b/Library/Contributions/examples/brew-pull.rb
index 61467ef66..de54fd529 100755
--- a/Library/Contributions/examples/brew-pull.rb
+++ b/Library/Contributions/examples/brew-pull.rb
@@ -29,6 +29,7 @@ HOMEBREW_REPOSITORY.cd do
end
# The cache directory seems like a good place to put patches.
+ HOMEBREW_CACHE.mkpath
patchpath = (HOMEBREW_CACHE+File.basename(url))
curl url, '-o', patchpath