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?
|
elsif ARGV.named.empty?
|
||||||
raise UsageError
|
raise UsageError
|
||||||
else
|
else
|
||||||
|
HOMEBREW_CACHE.mkpath
|
||||||
paths = ARGV.named.map do |url|
|
paths = ARGV.named.map do |url|
|
||||||
fc = FormulaCreator.new
|
fc = FormulaCreator.new
|
||||||
fc.url = url
|
fc.url = url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user