=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/job.c,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/usr.bin/tmux/job.c 2018/09/27 07:43:18 1.52 --- src/usr.bin/tmux/job.c 2018/10/28 16:10:02 1.53 *************** *** 1,4 **** ! /* $OpenBSD: job.c,v 1.52 2018/09/27 07:43:18 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: job.c,v 1.53 2018/10/28 16:10:02 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 80,86 **** 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 --- 80,86 ---- if (socketpair(AF_UNIX, SOCK_STREAM, PF_UNSPEC, out) != 0) return (NULL); ! log_debug("%s: cmd=%s, cwd=%s", __func__, cmd, cwd == NULL ? "" : cwd); /* * Do not set TERM during .tmux.conf, it is nice to be able to use