=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/job.c,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** src/usr.bin/tmux/job.c 2021/10/24 21:24:17 1.66 --- src/usr.bin/tmux/job.c 2022/02/01 12:05:42 1.67 *************** *** 1,4 **** ! /* $OpenBSD: job.c,v 1.66 2021/10/24 21:24:17 deraadt Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: job.c,v 1.67 2022/02/01 12:05:42 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 89,97 **** * if-shell to decide on default-terminal based on outside TERM. */ env = environ_for_session(s, !cfg_finished); ! if (e != NULL) { environ_copy(e, env); - } sigfillset(&set); sigprocmask(SIG_BLOCK, &set, &oldset); --- 89,96 ---- * if-shell to decide on default-terminal based on outside TERM. */ env = environ_for_session(s, !cfg_finished); ! if (e != NULL) environ_copy(e, env); sigfillset(&set); sigprocmask(SIG_BLOCK, &set, &oldset);