aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
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 6a988c95c6..9ef4fba661 100644
--- a/internal.h
+++ b/internal.h
@@ -167,6 +167,7 @@ struct rb_exec_arg {
} sh;
struct {
VALUE command_name;
+ VALUE command_abspath; /* full path string or nil */
VALUE argv_str;
VALUE argv_buf;
} cmd;