mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* process.c (rb_execarg_addopt): need to convert to ospath.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fe0194e25e
commit
956100bc2e
2 changed files with 3 additions and 0 deletions
|
@ -1713,6 +1713,7 @@ rb_execarg_addopt(VALUE execarg_obj, VALUE key, VALUE val)
|
|||
rb_raise(rb_eArgError, "chdir option specified twice");
|
||||
}
|
||||
FilePathValue(val);
|
||||
val = rb_str_encode_ospath(val);
|
||||
eargp->chdir_given = 1;
|
||||
eargp->chdir_dir = hide_obj(EXPORT_DUP(val));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue