From 90a0917cbc2989cf19a400d731a428a66797a876 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 11 Sep 2017 03:05:07 +0000 Subject: Fixed unterminated backquote for bundler sync task. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/sync_default_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 189048570b..d0a0649b2c 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -70,7 +70,7 @@ def sync_default_gems(gem) `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` -- cgit v1.2.3