From 228e1a39513701385ffa6241acf6647f08a4b00c Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 27 Sep 2018 07:43:18 +0000 Subject: Use same working directory rules for jobs as new windows rather than always starting in home, GitHub issue 1488. --- job.c | 1 + 1 file changed, 1 insertion(+) (limited to 'job.c') diff --git a/job.c b/job.c index 94e1d702..37c9c453 100644 --- a/job.c +++ b/job.c @@ -80,6 +80,7 @@ job_run(const char *cmd, struct session *s, const char *cwd, if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, out) != 0) return (NULL); + log_debug("%s: cmd=%s, cwd=%s", __func__, cmd, cwd); /* * Do not set TERM during .tmux.conf, it is nice to be able to use -- cgit v1.2.3