aboutsummaryrefslogtreecommitdiffstats
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-11 03:05:07 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-11 03:05:07 +0000
commitee4bcfc40de4fab6f10c1255150d65bef36d145a (patch)
treec8fc242587c1f5ebb471571d6618c2d2d49ec473 /tool/sync_default_gems.rb
parent116cc06f44d61f2e592cb7e94a8cd5b1d95ecefe (diff)
downloadruby-ee4bcfc40de4fab6f10c1255150d65bef36d145a.tar.gz
Fixed unterminated backquote for bundler sync task.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
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`