mark msh as deprecated
This commit is contained in:
parent
40b8dc410e
commit
b975febeea
@ -180,7 +180,7 @@ config HUSH
|
|||||||
options such as if/then/elif/else/fi, for/in/do/done, while loops,
|
options such as if/then/elif/else/fi, for/in/do/done, while loops,
|
||||||
case/esac.
|
case/esac.
|
||||||
|
|
||||||
It uses only vfork, so it can be used on uClinux systems.
|
It uses only vfork, so it can be used on no-mmu systems.
|
||||||
|
|
||||||
It does not handle select, functions, here documents ( <<
|
It does not handle select, functions, here documents ( <<
|
||||||
word ), arithmetic expansion, aliases, brace expansion, tilde
|
word ), arithmetic expansion, aliases, brace expansion, tilde
|
||||||
@ -251,7 +251,7 @@ config LASH
|
|||||||
lash is deprecated and will be removed, please migrate to hush.
|
lash is deprecated and will be removed, please migrate to hush.
|
||||||
|
|
||||||
config MSH
|
config MSH
|
||||||
bool "msh"
|
bool "msh (deprecated: please use hush)"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
The minix shell (adds just 30k) is quite complete and handles things
|
The minix shell (adds just 30k) is quite complete and handles things
|
||||||
@ -261,6 +261,9 @@ config MSH
|
|||||||
on it and compare vs bash) but for most things it works quite well.
|
on it and compare vs bash) but for most things it works quite well.
|
||||||
It uses only vfork, so it can be used on uClinux systems.
|
It uses only vfork, so it can be used on uClinux systems.
|
||||||
|
|
||||||
|
msh is deprecated and will be removed, please migrate to hush.
|
||||||
|
If there is a feature msh has but hush does not, please let us know.
|
||||||
|
|
||||||
comment "Bourne Shell Options"
|
comment "Bourne Shell Options"
|
||||||
depends on MSH || LASH || HUSH || ASH
|
depends on MSH || LASH || HUSH || ASH
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user