Only use default-shell for popups, return to /bin/sh for run-shell,
authornicm <nicm@openbsd.org>
Mon, 30 Sep 2024 07:54:51 +0000 (07:54 +0000)
committernicm <nicm@openbsd.org>
Mon, 30 Sep 2024 07:54:51 +0000 (07:54 +0000)
commit668a68ad088ce3d682f3bece5fb239271b871377
treeceec80cea9ee4796362669ba24a47dfa53d6f87d
parent71c1aa0fa26f515ecd1428851fa19de9d0b2b599
Only use default-shell for popups, return to /bin/sh for run-shell,
if-shell and #() - these have been documented as using /bin/sh for a
long time and scripts rely on it. Pointed out by Gregory Pakosz.
usr.bin/tmux/job.c
usr.bin/tmux/popup.c
usr.bin/tmux/tmux.h