aboutsummaryrefslogtreecommitdiffstats
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
commit1a442507a7b74ee9fe62b4811a7a625ba761fb25 (patch)
tree7b125e1852e192b8afc88575c17ba0ded1d9b3eb
parentd4fb6a9ef658e4f2de155702b2b7f447cb63c78b (diff)
downloadruby-1a442507a7b74ee9fe62b4811a7a625ba761fb25.tar.gz
Follow up r64141 with sync tool.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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`