CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/30 01:54:51
Modified files:
usr.bin/tmux : job.c popup.c tmux.h
Log message:
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.
