mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 08:38:12 +02:00
Like options, move the environ struct into environ.c.
This commit is contained in:
@ -121,7 +121,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_q *cmdq)
|
||||
|
||||
if (c != NULL && !args_has(args, 'E')) {
|
||||
update = options_get_string(s->options, "update-environment");
|
||||
environ_update(update, &c->environ, &s->environ);
|
||||
environ_update(update, c->environ, s->environ);
|
||||
}
|
||||
|
||||
if (c->session != NULL && c->session != s)
|
||||
|
Reference in New Issue
Block a user