summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 10:40:58 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 10:40:58 +0000
commitec0b6765432f91388ef272a3b4b60b12033166bb (patch)
tree9cc63473eaeeb82b100b088afd90dd654552836a /tool/sync_default_gems.rb
parent0593c6a510918ce0b6610d3f0d25748041658a55 (diff)
Fixed copy option for bundler sync
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59850 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 d0a0649b2c..bfa690c0cb 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 -r ../../bundler/bundler/spec spec/bundler`
when "rdoc"
`rm -rf lib/rdoc* test/rdoc`
`cp -rf ../rdoc/lib/rdoc* ./lib`