1[
2{ type: install
3  message: <<EOM
4Midnight Commander was built with subshell support, which works with most
5popular shells, e.g. bash(1), dash(1), tcsh(1), zsh(1), but not sh(1) due
6to its lack of "precmd" or equivalent hooks which mc(1) needs to read the
7subshell's current directory.
8
9  $ env SHELL=/bin/sh mc
10  common.c: unimplemented subshell type 1
11  read (subshell_pty...): No such file or directory (2)
12
13Please either use more advanced interactive shell, or start mc(1) with -u
14(--nosubshell) switch if you're confined to /bin/sh for some reason.
15EOM
16}
17]
18