summaryrefslogtreecommitdiff
path: root/ext/pty
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pty')
-rw-r--r--ext/pty/pty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c
index bdb52d42d1..182ad1837a 100644
--- a/ext/pty/pty.c
+++ b/ext/pty/pty.c
@@ -176,8 +176,8 @@ establishShell(int argc, VALUE *argv, struct pty_info *info,
argv = &v;
}
- rb_exec_arg_init(argc, argv, 1, &carg.earg);
- rb_exec_arg_fixup(&carg.earg);
+ rb_execarg_init(argc, argv, 1, &carg.earg);
+ rb_execarg_fixup(&carg.earg);
getDevice(&master, &slave, SlaveName, 0);