Fix warning

This commit is contained in:
Jack Nagel 2014-12-26 15:39:34 -05:00
parent dc7b54ae43
commit dbfbe76ac1

View File

@ -35,7 +35,7 @@ module Homebrew
ARGV.casks.each do |c| ARGV.casks.each do |c|
cmd = "brew", "cask", "install", c cmd = "brew", "cask", "install", c
ohai cmd.join " " ohai cmd.join " "
system *cmd system(*cmd)
end end
end end