summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 12:25:24 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 12:25:24 +0000
commitc4734308b6d0c7c7fea3705fa2d4af293df2657a (patch)
tree7b125e1852e192b8afc88575c17ba0ded1d9b3eb /tool/sync_default_gems.rb
parentb7d3d7719e77f37242e50c359a05d4cfa386d380 (diff)
Follow up r64141 with sync tool.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64142 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 a9fc41f87a..77a641a95f 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -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`