mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
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.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1771,7 +1771,7 @@ extern const char *socket_path;
|
||||
extern const char *shell_command;
|
||||
extern int ptm_fd;
|
||||
extern const char *shell_command;
|
||||
int areshell(const char *);
|
||||
int checkshell(const char *);
|
||||
void setblocking(int, int);
|
||||
const char *find_cwd(void);
|
||||
const char *find_home(void);
|
||||
|
Reference in New Issue
Block a user