mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed copy option for bundler sync
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0593c6a510
commit
ec0b676543
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue