mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Set working directory for run-shell and if-shell.
This commit is contained in:
2
status.c
2
status.c
@ -515,7 +515,7 @@ status_find_job(struct client *c, char **iptr)
|
||||
|
||||
/* If not found at all, start the job and add to the tree. */
|
||||
if (so == NULL) {
|
||||
job_run(cmd, NULL, status_job_callback, status_job_free, c);
|
||||
job_run(cmd, NULL, -1, status_job_callback, status_job_free, c);
|
||||
c->references++;
|
||||
|
||||
so = xmalloc(sizeof *so);
|
||||
|
Reference in New Issue
Block a user