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
@ -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…
x
Reference in New Issue
Block a user