aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 48a26ded18..dbbf4f3092 100644
--- a/process.c
+++ b/process.c
@@ -1866,7 +1866,7 @@ rb_exec_fillarg(VALUE prog, int argc, VALUE *argv, VALUE env, VALUE opthash, str
#ifndef _WIN32
if (e->use_shell) {
- static const char posix_sh_cmds[][8] = {
+ static const char posix_sh_cmds[][9] = {
"!", /* reserved */
".", /* special built-in */
"break", /* special built-in */