1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Follow up r64141 with sync tool.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-07-31 12:25:24 +00:00
parent b7d3d7719e
commit c4734308b6

View file

@ -181,7 +181,7 @@ def sync_default_gems(gem)
when "thwait"
`rm -rf lib/thwait*`
`cp -rf ../thwait/lib/* lib`
`cp -rf ../thwait/thwait.gemspec lib`
`cp -rf ../thwait/thwait.gemspec lib/thwait`
when "e2mmap"
`rm -rf lib/e2mmap*`
`cp -rf ../e2mmap/lib/* lib`