summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 00:58:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 00:58:49 +0000
commit4b7fd61a05aff71d5044f985ac3c7924bed9e403 (patch)
tree95ee5f29aa66e47ce671cbbc8fc32b53419af37d /internal.h
parent840d23cb080c3f2d33dafe8de7f7feb04b0e0739 (diff)
process.c: PATH env in spawn
* process.c (rb_exec_fillarg): honor the given path environment variable. [ruby-core:53103] [Bug #8004] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 7522122844..41e6f2ac66 100644
--- a/internal.h
+++ b/internal.h
@@ -1338,6 +1338,7 @@ struct rb_execarg {
VALUE fd_open;
VALUE fd_dup2_child;
VALUE env_modification; /* Qfalse or [[k1,v1], ...] */
+ VALUE path_env;
VALUE chdir_dir;
};