summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`