From 449ec101f61a912f3b4b45e7378a18be784401a5 Mon Sep 17 00:00:00 2001 From: Thiago Scalone Date: Fri, 26 Jun 2015 14:22:09 -0300 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=94-recursive=20option=20to=20autom?= =?UTF-8?q?atically=20update=20submodules=20from=20git=20mgems.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/mruby_build_gem.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/mruby_build_gem.rake b/tasks/mruby_build_gem.rake index d9d2575bd..27d4f8886 100644 --- a/tasks/mruby_build_gem.rake +++ b/tasks/mruby_build_gem.rake @@ -91,6 +91,7 @@ module MRuby end else options = [params[:options]] || [] + options << "--recursive" options << "--branch \"#{branch}\"" options << "--depth 1" unless params[:checksum_hash] FileUtils.mkdir_p "#{gem_clone_dir}"