brew create: ensure CACHE folder exists
This commit is contained in:
parent
e788de8cf8
commit
bc3225a348
@ -10,6 +10,7 @@ module Homebrew extend self
|
||||
elsif ARGV.named.empty?
|
||||
raise UsageError
|
||||
else
|
||||
HOMEBREW_CACHE.mkpath
|
||||
paths = ARGV.named.map do |url|
|
||||
fc = FormulaCreator.new
|
||||
fc.url = url
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user