CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/03/17 05:10:13
Modified files: usr.bin/tmux : cmd-set-option.c server-client.c spawn.c tmux.c tmux.h Log message: Ignore default-shell (and use /bin/sh) if it invalid not just if it is tmux itself, also refuse to set the option to something invalid in the first place. GitHub issue 2120.