mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
spawn.c
2
spawn.c
@ -327,7 +327,7 @@ spawn_pane(struct spawn_context *sc, char **cause)
|
||||
}
|
||||
if (cwd != NULL)
|
||||
log_debug("%s: cwd=%s", __func__, cwd);
|
||||
cmd_log_argv(new_wp->argc, new_wp->argv, __func__);
|
||||
cmd_log_argv(new_wp->argc, new_wp->argv, "%s", __func__);
|
||||
environ_log(child, "%s: environment ", __func__);
|
||||
|
||||
/* If the command is empty, don't fork a child process. */
|
||||
|
Reference in New Issue
Block a user