ruby-changes:47718
From: hsbt <ko1@a...>
Date: Mon, 11 Sep 2017 12:05:13 +0900 (JST)
Subject: [ruby-changes:47718] hsbt:r59834 (trunk): Fixed unterminated backquote for bundler sync task.
hsbt 2017-09-11 12:05:07 +0900 (Mon, 11 Sep 2017) New Revision: 59834 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59834 Log: Fixed unterminated backquote for bundler sync task. Modified files: trunk/tool/sync_default_gems.rb Index: tool/sync_default_gems.rb =================================================================== --- tool/sync_default_gems.rb (revision 59833) +++ tool/sync_default_gems.rb (revision 59834) @@ -70,7 +70,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L70 `cp -r ../../bundler/bundler/lib/bundler* ./lib` `cp -r ../../bundler/bundler/exe/bundle* ./bin` `cp ../../bundler/bundler/bundler.gemspec ./lib` - `cp ../../bundler/bundler/spec spec/bundler + `cp ../../bundler/bundler/spec spec/bundler` when "rdoc" `rm -rf lib/rdoc* test/rdoc` `cp -rf ../rdoc/lib/rdoc* ./lib` -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/