mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed the wrong path for io-console.
This commit is contained in:
parent
dbe232e24e
commit
9b23aab290
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ def sync_default_gems(gem)
|
|||
`cp -rf ../io-console/ext/io/console ext/io`
|
||||
`cp -rf ../io-console/test/io/console test/io`
|
||||
`mkdir -p ext/io/console/lib`
|
||||
`cp -rf ../io-console/lib/console ext/io/console/lib`
|
||||
`cp -rf ../io-console/lib/io/console ext/io/console/lib`
|
||||
`cp -f ../io-console/io-console.gemspec ext/io/console`
|
||||
`git checkout ext/io/console/depend`
|
||||
when "dbm"
|
||||
|
|
Loading…
Add table
Reference in a new issue