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 dbbf4f3092..ea41a4c483 100644
--- a/process.c
+++ b/process.c
@@ -1938,7 +1938,7 @@ rb_exec_fillarg(VALUE prog, int argc, VALUE *argv, VALUE env, VALUE opthash, str
has_meta = 1;
}
else if (*p == '/') {
- first.len = SIZE_T_MAX; /* longer than any posix_sh_cmds */
+ first.len = 0x100; /* longer than any posix_sh_cmds */
}
}
if (has_meta)